System
schemas.workflow.westpa.cfg.system.BinsBase
¶
schemas.workflow.westpa.cfg.system.BinsMapper
¶
Bases: BaseModel
at = Field(default=None)
class-attribute
instance-attribute
¶
bottleneck = Field(default=None)
class-attribute
instance-attribute
¶
nbins = Field(default=None)
class-attribute
instance-attribute
¶
pca = Field(default=False)
class-attribute
instance-attribute
¶
type = Field(default=None)
class-attribute
instance-attribute
¶
schemas.workflow.westpa.cfg.system.BinsModel
¶
Bases: BaseModel
base = Field(default_factory=BinsBase)
class-attribute
instance-attribute
¶
mappers = Field(default=None)
class-attribute
instance-attribute
¶
type = Field(default='RectilinearBinMapper')
class-attribute
instance-attribute
¶
This selects the bin mappers which takes vectors of coordinates (or rather, coordinate tuples), and assign each a definite integer value identifying a bin.
See the WESTPA documentation for more information.
schemas.workflow.westpa.cfg.system.SystemConfig
¶
Bases: BaseModel
System settings for WESTPA.
driver = Field(default='westpa.core.systems.WESTSystem')
class-attribute
instance-attribute
¶
An import string to a WESTPA system representation. Additional documentation can be found here.
module_path = None
class-attribute
instance-attribute
¶
Path where the class is defined.
system_options = Field(default_factory=SystemOptions)
class-attribute
instance-attribute
¶
TODO:
schemas.workflow.westpa.cfg.system.SystemOptions
¶
Bases: BaseModel
bin_target_counts = [1]
class-attribute
instance-attribute
¶
A vector of target counts, one per bin.
bins = Field(default_factory=BinsModel)
class-attribute
instance-attribute
¶
pcoord_dtype = Field(default='np.float64')
class-attribute
instance-attribute
¶
The data type of the progress coordinate, which must be callable.
pcoord_len = Field(default=2)
class-attribute
instance-attribute
¶
The length of the progress coordinate time series generated by each segment, including both the initial and final values.
pcoord_ndim = Field(default=1)
class-attribute
instance-attribute
¶
The number of dimensions in the progress coordinate.