ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/samples/cutoff/GB-Ar-traditional.md
Revision: 2514
Committed: Fri Dec 16 15:53:16 2005 UTC (18 years, 6 months ago) by gezelter
File size: 346 byte(s)
Log Message:
Removed one parasitic argon atom which was living inside the GB
particle.  No alien-like ripping out of the stomach was required.

File Contents

# Content
1 #include "gb.md"
2 #include "lj.md"
3
4 component{
5 type = "linear";
6 nMol = 1;
7 }
8 component{
9 type = "Ar";
10 nMol =862;
11 }
12
13
14 initialConfig = "./gb-ar.in";
15
16 ensemble = NVE;
17 forceField = "DUFF";
18 cutoffPolicy = "traditional";
19
20 dt = 1;
21 runTime = 1e4;
22 useInitialTime = "false";
23 useInitialExtendedSystemState = "false";
24
25 sampleTime = 100;
26 statusTime = 1;