class Colvar::Windowed
- Colvar::Windowed
- Colvar
- Reference
- Object
Defined in:
moltiverse/colvars.crConstructors
- .new(component : Colvar::Component, lower_bound : Float64, upper_bound : Float64, bin_width : Float64, windows : Int32 = 10, force_constant : Float64 = 20)
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Instance Method Summary
Instance methods inherited from class Colvar
bin_width : Float64
bin_width,
bin_width=(bin_width : Float64)
bin_width=,
bounds : Range(Float64, Float64)
bounds,
component : Colvar::Component
component,
component=(component : Colvar::Component)
component=,
force_constant : Float64
force_constant,
force_constant=(force_constant : Float64)
force_constant=,
lower_bound : Float64
lower_bound,
lower_bound=(lower_bound : Float64)
lower_bound=,
upper_bound : Float64
upper_bound,
upper_bound=(upper_bound : Float64)
upper_bound=
Constructor methods inherited from class Colvar
new(component : Colvar::Component, lower_bound : Float64, upper_bound : Float64, bin_width : Float64, force_constant : Float64)new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) new
Constructor Detail
def self.new(component : Colvar::Component, lower_bound : Float64, upper_bound : Float64, bin_width : Float64, windows : Int32 = 10, force_constant : Float64 = 20)
#