ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/OpenMD/branches/development/src/io
r1738
File Last Change
 ../
gzstream.hpp 1465 (15 years ago) by chuckv: Creating busticated version of OpenMD
gzstream.cpp 1465 (15 years ago) by chuckv: Creating busticated version of OpenMD
ZConsWriter.hpp 1665 (13 years ago) by gezelter: updated copyright notices
ZConsReader.cpp 1665 (13 years ago) by gezelter: updated copyright notices
SectionParser.hpp 1665 (13 years ago) by gezelter: updated copyright notices
ifstrstream.hpp 1665 (13 years ago) by gezelter: updated copyright notices
StickyPowerAtomTypesSectionParser.hpp 1665 (13 years ago) by gezelter: updated copyright notices
BaseAtomTypesSectionParser.hpp 1665 (13 years ago) by gezelter: updated copyright notices
ZConsWriter.cpp 1665 (13 years ago) by gezelter: updated copyright notices
SectionParserManager.hpp 1665 (13 years ago) by gezelter: updated copyright notices
basic_teebuf.hpp 1665 (13 years ago) by gezelter: updated copyright notices
DumpReader.hpp 1665 (13 years ago) by gezelter: updated copyright notices
RestReader.cpp 1665 (13 years ago) by gezelter: updated copyright notices
BondTypesSectionParser.hpp 1665 (13 years ago) by gezelter: updated copyright notices
ParamConstraint.cpp 1665 (13 years ago) by gezelter: updated copyright notices
NonBondedInteractionsSectionParser.hpp 1665 (13 years ago) by gezelter: updated copyright notices
RestReader.hpp 1665 (13 years ago) by gezelter: updated copyright notices
InversionTypesSectionParser.hpp 1665 (13 years ago) by gezelter: updated copyright notices
SectionParser.cpp 1665 (13 years ago) by gezelter: updated copyright notices
SectionParserManager.cpp 1665 (13 years ago) by gezelter: updated copyright notices
BendTypesSectionParser.hpp 1665 (13 years ago) by gezelter: updated copyright notices
ifstrstream.cpp 1665 (13 years ago) by gezelter: updated copyright notices
StatWriter.hpp 1665 (13 years ago) by gezelter: updated copyright notices
RestWriter.cpp 1665 (13 years ago) by gezelter: updated copyright notices
ForceFieldOptions.cpp 1665 (13 years ago) by gezelter: updated copyright notices
StatWriter.cpp 1665 (13 years ago) by gezelter: updated copyright notices
StickyAtomTypesSectionParser.hpp 1665 (13 years ago) by gezelter: updated copyright notices
AtomTypesSectionParser.hpp 1665 (13 years ago) by gezelter: updated copyright notices
TorsionTypesSectionParser.hpp 1665 (13 years ago) by gezelter: updated copyright notices
ZConsReader.hpp 1665 (13 years ago) by gezelter: updated copyright notices
RestWriter.hpp 1665 (13 years ago) by gezelter: updated copyright notices
OptionSectionParser.hpp 1665 (13 years ago) by gezelter: updated copyright notices
ParamConstraint.hpp 1665 (13 years ago) by gezelter: updated copyright notices
PolarizableAtomTypesSectionParser.hpp 1710 (13 years ago) by gezelter: Added an adapter layer between the AtomType and the rest of the code to handle the bolt-on capabilities of new types. Fixed a long-standing bug in how storageLayout was being set to the maximum possible value. Started to add infrastructure for Polarizable and fluc-Q calculations.
GayBerneAtomTypesSectionParser.hpp 1710 (13 years ago) by gezelter: Added an adapter layer between the AtomType and the rest of the code to handle the bolt-on capabilities of new types. Fixed a long-standing bug in how storageLayout was being set to the maximum possible value. Started to add infrastructure for Polarizable and fluc-Q calculations.
SCAtomTypesSectionParser.hpp 1710 (13 years ago) by gezelter: Added an adapter layer between the AtomType and the rest of the code to handle the bolt-on capabilities of new types. Fixed a long-standing bug in how storageLayout was being set to the maximum possible value. Started to add infrastructure for Polarizable and fluc-Q calculations.
LennardJonesAtomTypesSectionParser.hpp 1710 (13 years ago) by gezelter: Added an adapter layer between the AtomType and the rest of the code to handle the bolt-on capabilities of new types. Fixed a long-standing bug in how storageLayout was being set to the maximum possible value. Started to add infrastructure for Polarizable and fluc-Q calculations.
EAMAtomTypesSectionParser.hpp 1710 (13 years ago) by gezelter: Added an adapter layer between the AtomType and the rest of the code to handle the bolt-on capabilities of new types. Fixed a long-standing bug in how storageLayout was being set to the maximum possible value. Started to add infrastructure for Polarizable and fluc-Q calculations.
FluctuatingChargeAtomTypesSectionParser.hpp 1710 (13 years ago) by gezelter: Added an adapter layer between the AtomType and the rest of the code to handle the bolt-on capabilities of new types. Fixed a long-standing bug in how storageLayout was being set to the maximum possible value. Started to add infrastructure for Polarizable and fluc-Q calculations.
ShapeAtomTypesSectionParser.hpp 1710 (13 years ago) by gezelter: Added an adapter layer between the AtomType and the rest of the code to handle the bolt-on capabilities of new types. Fixed a long-standing bug in how storageLayout was being set to the maximum possible value. Started to add infrastructure for Polarizable and fluc-Q calculations.
MultipoleAtomTypesSectionParser.hpp 1710 (13 years ago) by gezelter: Added an adapter layer between the AtomType and the rest of the code to handle the bolt-on capabilities of new types. Fixed a long-standing bug in how storageLayout was being set to the maximum possible value. Started to add infrastructure for Polarizable and fluc-Q calculations.
DirectionalAtomTypesSectionParser.hpp 1710 (13 years ago) by gezelter: Added an adapter layer between the AtomType and the rest of the code to handle the bolt-on capabilities of new types. Fixed a long-standing bug in how storageLayout was being set to the maximum possible value. Started to add infrastructure for Polarizable and fluc-Q calculations.
ChargeAtomTypesSectionParser.hpp 1710 (13 years ago) by gezelter: Added an adapter layer between the AtomType and the rest of the code to handle the bolt-on capabilities of new types. Fixed a long-standing bug in how storageLayout was being set to the maximum possible value. Started to add infrastructure for Polarizable and fluc-Q calculations.
DumpWriter.cpp 1714 (13 years ago) by gezelter: Added ability to read / write dump files with fluctuating charges and electric fields.
DumpWriter.hpp 1714 (13 years ago) by gezelter: Added ability to read / write dump files with fluctuating charges and electric fields.
DumpReader.cpp 1714 (13 years ago) by gezelter: Added ability to read / write dump files with fluctuating charges and electric fields.
ForceFieldOptions.hpp 1715 (13 years ago) by gezelter: Adding more support structure for Fluctuating Charges.
StickyAtomTypesSectionParser.cpp 1725 (13 years ago) by gezelter: Individual ForceField classes have been removed (they were essentially all duplicates anyway). ForceField has moved to brains, and since only one force field is in play at any time, the ForceFieldFactory and Register methods have been removed.
ChargeAtomTypesSectionParser.cpp 1725 (13 years ago) by gezelter: Individual ForceField classes have been removed (they were essentially all duplicates anyway). ForceField has moved to brains, and since only one force field is in play at any time, the ForceFieldFactory and Register methods have been removed.
BondTypesSectionParser.cpp 1725 (13 years ago) by gezelter: Individual ForceField classes have been removed (they were essentially all duplicates anyway). ForceField has moved to brains, and since only one force field is in play at any time, the ForceFieldFactory and Register methods have been removed.
OptionSectionParser.cpp 1725 (13 years ago) by gezelter: Individual ForceField classes have been removed (they were essentially all duplicates anyway). ForceField has moved to brains, and since only one force field is in play at any time, the ForceFieldFactory and Register methods have been removed.
PolarizableAtomTypesSectionParser.cpp 1725 (13 years ago) by gezelter: Individual ForceField classes have been removed (they were essentially all duplicates anyway). ForceField has moved to brains, and since only one force field is in play at any time, the ForceFieldFactory and Register methods have been removed.
BaseAtomTypesSectionParser.cpp 1725 (13 years ago) by gezelter: Individual ForceField classes have been removed (they were essentially all duplicates anyway). ForceField has moved to brains, and since only one force field is in play at any time, the ForceFieldFactory and Register methods have been removed.
SCAtomTypesSectionParser.cpp 1725 (13 years ago) by gezelter: Individual ForceField classes have been removed (they were essentially all duplicates anyway). ForceField has moved to brains, and since only one force field is in play at any time, the ForceFieldFactory and Register methods have been removed.
AtomTypesSectionParser.cpp 1725 (13 years ago) by gezelter: Individual ForceField classes have been removed (they were essentially all duplicates anyway). ForceField has moved to brains, and since only one force field is in play at any time, the ForceFieldFactory and Register methods have been removed.
MultipoleAtomTypesSectionParser.cpp 1725 (13 years ago) by gezelter: Individual ForceField classes have been removed (they were essentially all duplicates anyway). ForceField has moved to brains, and since only one force field is in play at any time, the ForceFieldFactory and Register methods have been removed.
TorsionTypesSectionParser.cpp 1725 (13 years ago) by gezelter: Individual ForceField classes have been removed (they were essentially all duplicates anyway). ForceField has moved to brains, and since only one force field is in play at any time, the ForceFieldFactory and Register methods have been removed.
NonBondedInteractionsSectionParser.cpp 1725 (13 years ago) by gezelter: Individual ForceField classes have been removed (they were essentially all duplicates anyway). ForceField has moved to brains, and since only one force field is in play at any time, the ForceFieldFactory and Register methods have been removed.
InversionTypesSectionParser.cpp 1725 (13 years ago) by gezelter: Individual ForceField classes have been removed (they were essentially all duplicates anyway). ForceField has moved to brains, and since only one force field is in play at any time, the ForceFieldFactory and Register methods have been removed.
StickyPowerAtomTypesSectionParser.cpp 1725 (13 years ago) by gezelter: Individual ForceField classes have been removed (they were essentially all duplicates anyway). ForceField has moved to brains, and since only one force field is in play at any time, the ForceFieldFactory and Register methods have been removed.
EAMAtomTypesSectionParser.cpp 1725 (13 years ago) by gezelter: Individual ForceField classes have been removed (they were essentially all duplicates anyway). ForceField has moved to brains, and since only one force field is in play at any time, the ForceFieldFactory and Register methods have been removed.
BendTypesSectionParser.cpp 1725 (13 years ago) by gezelter: Individual ForceField classes have been removed (they were essentially all duplicates anyway). ForceField has moved to brains, and since only one force field is in play at any time, the ForceFieldFactory and Register methods have been removed.
LennardJonesAtomTypesSectionParser.cpp 1725 (13 years ago) by gezelter: Individual ForceField classes have been removed (they were essentially all duplicates anyway). ForceField has moved to brains, and since only one force field is in play at any time, the ForceFieldFactory and Register methods have been removed.
ShapeAtomTypesSectionParser.cpp 1725 (13 years ago) by gezelter: Individual ForceField classes have been removed (they were essentially all duplicates anyway). ForceField has moved to brains, and since only one force field is in play at any time, the ForceFieldFactory and Register methods have been removed.
DirectionalAtomTypesSectionParser.cpp 1725 (13 years ago) by gezelter: Individual ForceField classes have been removed (they were essentially all duplicates anyway). ForceField has moved to brains, and since only one force field is in play at any time, the ForceFieldFactory and Register methods have been removed.
GayBerneAtomTypesSectionParser.cpp 1725 (13 years ago) by gezelter: Individual ForceField classes have been removed (they were essentially all duplicates anyway). ForceField has moved to brains, and since only one force field is in play at any time, the ForceFieldFactory and Register methods have been removed.
Globals.hpp 1731 (13 years ago) by gezelter: Reorganized source directories, added RNEMD and flucQ blocks for options parsing.
Globals.cpp 1731 (13 years ago) by gezelter: Reorganized source directories, added RNEMD and flucQ blocks for options parsing.
FluctuatingChargeAtomTypesSectionParser.cpp 1732 (13 years ago) by jmichalk: Make fluctuating charges also charges.
0 directories and 69 files shown