| Revision: | 1002 |
| Committed: | Fri Jul 7 19:44:54 2006 UTC (19 years, 4 months ago) by gezelter |
| Original Path: | trunk/samples/gbljtest/2gb.md |
| File size: | 377 byte(s) |
| Log Message: | removed icc from C++ search lines, did some formatting work on GB module, mucked around with a GB example |
| # | Content |
|---|---|
| 1 | #include "gb.md" |
| 2 | #include "lj.md" |
| 3 | |
| 4 | |
| 5 | component{ |
| 6 | type = "GBlinear"; |
| 7 | nMol = 2; |
| 8 | } |
| 9 | |
| 10 | |
| 11 | initialConfig = "./2gb.in"; |
| 12 | |
| 13 | ensemble = NVT; |
| 14 | targetTemp = 1; |
| 15 | tauThermostat = 30; |
| 16 | forceField = "DUFF"; |
| 17 | |
| 18 | cutoffRadius = 20.0; |
| 19 | switchingRadius = 18.0; |
| 20 | dt = 1.0; |
| 21 | runTime = 1e5; |
| 22 | useInitialTime = "false"; |
| 23 | useInitialExtendedSystemState = "false"; |
| 24 | |
| 25 | thermalTime = 10; |
| 26 | sampleTime = 100; |
| 27 | statusTime = 1; |