Home
last modified time | relevance | path

Searched refs:init_components_type (Results 1 – 2 of 2) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/lib/colvars/
H A Dcolvar.cpp826 error_code |= init_components_type<distance_dir>(conf, "distance vector " in init_components()
836 error_code |= init_components_type<distance_inv>(conf, "average distance " in init_components()
842 error_code |= init_components_type<coordnum>(conf, "coordination " in init_components()
848 error_code |= init_components_type<angle>(conf, "angle", "angle"); in init_components()
853 error_code |= init_components_type<dihedPC>(conf, "dihedral " in init_components()
856 error_code |= init_components_type<orientation_angle>(conf, "orientation " in init_components()
858 error_code |= init_components_type<orientation_proj>(conf, "orientation " in init_components()
860 error_code |= init_components_type<tilt>(conf, "tilt", "tilt"); in init_components()
862 error_code |= init_components_type<rmsd>(conf, "RMSD", "rmsd"); in init_components()
863 error_code |= init_components_type<gyration>(conf, "radius of " in init_components()
[all …]
H A Dcolvar.h275 template<typename def_class_name> int init_components_type(std::string const &conf,