| Revision: | 1293 |
| Committed: | Sun Sep 14 01:32:26 2008 UTC (17 years, 4 months ago) by chuckv |
| File size: | 491 byte(s) |
| Log Message: | Added large quantities of code for convex hull and constant pressure langevin dynamics. |
| # | Content |
|---|---|
| 1 | Package = integrators |
| 2 | |
| 3 | Source = \ |
| 4 | Integrator.cpp \ |
| 5 | IntegratorFactory.cpp \ |
| 6 | Velocitizer.cpp \ |
| 7 | VelocityVerletIntegrator.cpp \ |
| 8 | DLM.cpp \ |
| 9 | NVE.cpp \ |
| 10 | NVT.cpp \ |
| 11 | NPT.cpp \ |
| 12 | NPTi.cpp \ |
| 13 | NPTf.cpp \ |
| 14 | NPTxyz.cpp \ |
| 15 | NPAT.cpp \ |
| 16 | NPrT.cpp \ |
| 17 | NgammaT.cpp \ |
| 18 | LDForceManager.cpp \ |
| 19 | SMIPDForceManager.cpp \ |
| 20 | SMIPDynamics.cpp \ |
| 21 | LangevinDynamics.cpp |
| 22 | |
| 23 | ParallelSource = \ |
| 24 | Velocitizer.cpp |
| 25 | |
| 26 | RmiSource = |
| 27 | |
| 28 | Main = |
| 29 | |
| 30 | DEV_ROOT=../.. |
| 31 | include $(DEV_ROOT)/make/Makefile |
| 32 |