direct support for coeff commands
pair_coeff, bond_coeff, angle_coeff, dihedral_coeff, improper_coeff
This commit is contained in:
@ -46,7 +46,8 @@ class LabelMap : protected Pointers {
|
||||
void merge_lmap(class LabelMap *, int); // copy another lmap into this one
|
||||
void create_lmap2lmap(class LabelMap *, int); // index mapping between two lmaps
|
||||
int find_or_create(std::string, std::vector<std::string> &, int); // look up type or create new type
|
||||
int find(std::string, std::vector<std::string>, int); // look up type index
|
||||
int find(std::string, int); // find numeric type of type label
|
||||
int search(std::string, std::vector<std::string>, int); // look up type index
|
||||
|
||||
// input/output for atom class label map
|
||||
|
||||
|
||||
Reference in New Issue
Block a user