class Colvar::Windowed

Defined in:

moltiverse/colvars.cr

Constructors

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) #

[View source]
def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]

Instance Method Detail

def window_colvars : Array(Colvar) #

[View source]
def window_width : Float64 #

[View source]
def windows : Int32 #

[View source]
def windows=(windows : Int32) #

[View source]