Difference between revisions of "ToDo"
From MSL-Libraries
Jump to navigationJump to searchLine 1: | Line 1: | ||
* '''[[MSL_Objects:CharmmParameterReader|CharmmParameterReader]]''': Add support for wild cards in CHARMM parameter file (used in param 19, not used in 22). Documentation at http://www.charmm.org/html/documentation/c32b2/miscom.html | * '''[[MSL_Objects:CharmmParameterReader|CharmmParameterReader]]''': Add support for wild cards in CHARMM parameter file (used in param 19, not used in 22). Documentation at http://www.charmm.org/html/documentation/c32b2/miscom.html | ||
* '''[[MSL_Objects:EnergySet|EnergySet]]''': implement: 1) copy constructor; 2) void deleteInteractionsWithAtom(Atom & _a); 3) void deleteInteractionsWithAtoms(AtomPointerVector & _atomVec); | * '''[[MSL_Objects:EnergySet|EnergySet]]''': implement: 1) copy constructor; 2) void deleteInteractionsWithAtom(Atom & _a); 3) void deleteInteractionsWithAtoms(AtomPointerVector & _atomVec); | ||
+ | * '''[[MSL_Objects:CharmmSystemBuilder|CharmmSystemBuilder]]''': implement removeIdentity and mutate functions |
Revision as of 15:17, 6 April 2010
- CharmmParameterReader: Add support for wild cards in CHARMM parameter file (used in param 19, not used in 22). Documentation at http://www.charmm.org/html/documentation/c32b2/miscom.html
- EnergySet: implement: 1) copy constructor; 2) void deleteInteractionsWithAtom(Atom & _a); 3) void deleteInteractionsWithAtoms(AtomPointerVector & _atomVec);
- CharmmSystemBuilder: implement removeIdentity and mutate functions