| Revision: | 942 |
| Committed: | Fri Apr 21 19:32:07 2006 UTC (19 years, 7 months ago) by chrisfen |
| File size: | 495 byte(s) |
| Log Message: | Removed sqrt splines and shape stuff (doesn't work, so why was it in there?). Changed some of the water samples to use shifted_force. Probably should set the defaults to use the damped version now that we sped it up. |
| # | Content |
|---|---|
| 1 | #include "water.md" |
| 2 | |
| 3 | |
| 4 | component{ |
| 5 | type = "TIP4P"; |
| 6 | nMol = 256; |
| 7 | } |
| 8 | |
| 9 | initialConfig = "./tp4.in"; |
| 10 | |
| 11 | ensemble = NVE; |
| 12 | forceField = "DUFF"; |
| 13 | electrostaticSummationMethod = "shifted_force"; |
| 14 | dielectric = 80.0; |
| 15 | cutoffRadius = 9.0; |
| 16 | switchingRadius = 7.7; |
| 17 | |
| 18 | targetTemp = 300; |
| 19 | targetPressure = 1.0; |
| 20 | |
| 21 | tauThermostat = 1e3; |
| 22 | tauBarostat = 1e4; |
| 23 | |
| 24 | dt = 2.0; |
| 25 | runTime = 1e3; |
| 26 | useInitialTime = "false"; |
| 27 | useInitialExtendedSystemState = "false"; |
| 28 | |
| 29 | //tempSet = "true"; |
| 30 | //thermalTime = 10; |
| 31 | sampleTime = 100; |
| 32 | statusTime = 10; |