module MM

Defined in:

mm/atom_type.cr
mm/params.cr
mm/prompt.cr
mm/version.cr

Constant Summary

VERSION = {{ (`shards version \"/srv/crystaldoc.info/github-franciscoadasme-mm-master/src/mm\"`).chomp.stringify }}

Class Method Summary

Class Method Detail

def self.prompt_matching_param(params : ParameterSet, conn : Chem::Bond) : BondType | Nil #

[View source]
def self.prompt_matching_param(params : ParameterSet, conn : Chem::Angle) : AngleType | Nil #

[View source]
def self.prompt_matching_param(params : ParameterSet, conn : Chem::Dihedral) : DihedralType | Nil #

[View source]
def self.prompt_matching_param(params : ParameterSet, conn : Chem::Improper) : ImproperType | Nil #

[View source]