class Colvar

Included Modules

Direct Known Subclasses

Defined in:

moltiverse/colvars.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(component : Colvar::Component, lower_bound : Float64, upper_bound : Float64, bin_width : Float64, force_constant : Float64) #

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

[View source]

Instance Method Detail

def bin_width : Float64 #

[View source]
def bin_width=(bin_width : Float64) #

[View source]
def bounds : Range(Float64, Float64) #

[View source]
def component : Colvar::Component #

[View source]
def component=(component : Colvar::Component) #

[View source]
def force_constant : Float64 #

[View source]
def force_constant=(force_constant : Float64) #

[View source]
def lower_bound : Float64 #

[View source]
def lower_bound=(lower_bound : Float64) #

[View source]
def upper_bound : Float64 #

[View source]
def upper_bound=(upper_bound : Float64) #

[View source]