ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/io/Makefile
Revision: 3520
Committed: Mon Sep 7 16:31:51 2009 UTC (16 years, 4 months ago) by cli2
File size: 1104 byte(s)
Log Message:
Added new restraint infrastructure
Added MolecularRestraints
Added ObjectRestraints
Added RestraintStamp
Updated thermodynamic integration to use ObjectRestraints
Added Quaternion mathematics for twist swing decompositions
Significantly updated RestWriter and RestReader to use dump-like files
Added selections for x, y, and z coordinates of atoms
Removed monolithic Restraints class
Fixed a few bugs in gradients of Euler angles in DirectionalAtom and RigidBody
Added some rotational capabilities to prinicpalAxisCalculator

File Contents

# User Rev Content
1 gezelter 1951 Package = io
2    
3 gezelter 1490 Source = \
4 gezelter 3342 AtomTypesSectionParser.cpp \
5 gezelter 3424 BaseAtomTypesSectionParser.cpp \
6 gezelter 1930 DirectionalAtomTypesSectionParser.cpp \
7     SectionParser.cpp \
8     EAMAtomTypesSectionParser.cpp \
9     SectionParserManager.cpp \
10 tim 2097 ChargeAtomTypesSectionParser.cpp \
11     MultipoleAtomTypesSectionParser.cpp \
12 gezelter 1930 StickyAtomTypesSectionParser.cpp \
13 kdaily 2226 GayBerneAtomTypesSectionParser.cpp \
14 gezelter 1930 TorsionTypesSectionParser.cpp \
15 cli2 3430 InversionTypesSectionParser.cpp \
16 kdaily 2227 StickyPowerAtomTypesSectionParser.cpp \
17     ShapeAtomTypesSectionParser.cpp \
18 gezelter 1930 LennardJonesAtomTypesSectionParser.cpp\
19 chuckv 2429 SCAtomTypesSectionParser.cpp \
20 chuckv 3152 MetalNonMetalInteractionsSectionParser.cpp \
21 gezelter 3342 BondTypesSectionParser.cpp \
22     BendTypesSectionParser.cpp \
23 gezelter 1490 Globals.cpp \
24 chrisfen 2101 DumpReader.cpp \
25 gezelter 1930 DumpWriter.cpp \
26 chrisfen 2101 StatWriter.cpp \
27     ZConsReader.cpp \
28     ZConsWriter.cpp \
29     RestReader.cpp \
30 tim 2314 RestWriter.cpp \
31 tim 2448 gzstream.cpp\
32 gezelter 3342 ParamConstraint.cpp \
33 tim 2488 OptionSectionParser.cpp \
34     ForceFieldOptions.cpp
35 gezelter 1490
36 gezelter 3342 ParallelSource = \
37     DumpReader.cpp \
38     DumpWriter.cpp \
39     RestReader.cpp \
40     StatWriter.cpp \
41     ZConsWriter.cpp
42    
43 gezelter 1490 RmiSource =
44    
45     Main =
46    
47 tim 1513 DEV_ROOT=../..
48     include $(DEV_ROOT)/make/Makefile
49