openpathsampling.volume.VolumeFactory

class openpathsampling.volume.VolumeFactory[source]
__init__()

x.__init__(…) initializes x; see help(type(x)) for signature

Methods

CVRangeVolumePeriodicSet(op, minvals, maxvals)
CVRangeVolumeSet(op, minvals, maxvals)
__delattr__

x.__delattr__(‘name’) <==> del x.name

__format__()

default object formatter

__getattribute__

x.__getattribute__(‘name’) <==> x.name

__hash__
__reduce__()

helper for pickle

__reduce_ex__()

helper for pickle

__repr__
__setattr__

x.__setattr__(‘name’, value) <==> x.name = value

__sizeof__() → int

size of object in memory, in bytes

__str__