ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/restraints/Makefile
Revision: 1360
Committed: Mon Sep 7 16:31:51 2009 UTC (16 years ago) by cli2
Original Path: trunk/src/restraints/Makefile
File size: 310 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 267 Package = restraints
2    
3 gezelter 2 Source = \
4 cli2 1360 ObjectRestraint.cpp \
5     MolecularRestraint.cpp \
6     RestraintForceManager.cpp \
7 chrisfen 417 ThermoIntegrationForceManager.cpp
8 gezelter 2
9 gezelter 1225 ParallelSource = \
10 cli2 1360 RestraintForceManager.cpp \
11 gezelter 1225 ThermoIntegrationForceManager.cpp
12    
13 gezelter 2 RmiSource =
14    
15     Main =
16    
17 tim 24 DEV_ROOT=../..
18     include $(DEV_ROOT)/make/Makefile
19