Colvar
Inherits YAML::Serializable / Reference / Object
Constructors
new(component : Colvar::Component, lower_bound : Float64, upper_bound : Float64, bin_width : Float64, force_constant : Float64)
Sourcenew(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Sourcenew(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
SourceInstance methods
bin_width
Sourcebin_width=(bin_width : Float64)
Sourcebounds
Sourcecomponent
Sourcecomponent=(component : Colvar::Component)
Sourceforce_constant
Sourceforce_constant=(force_constant : Float64)
Sourcelower_bound
Sourcelower_bound=(lower_bound : Float64)
Sourceupper_bound
Sourceupper_bound=(upper_bound : Float64)
Source