ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/samples/metals/Au_nanoparticle.md
Revision: 1490
Committed: Fri Sep 24 04:16:43 2004 UTC (19 years, 9 months ago) by gezelter
File size: 363 byte(s)
Log Message:
Import of OOPSE v. 2.0

File Contents

# User Rev Content
1 gezelter 1490 #include "metals.md"
2    
3     nComponents = 1;
4     component{
5     type = "Au";
6     nMol = 1926;
7     }
8    
9     initialConfig = "./Au_nanoparticle.in";
10    
11     forceField = "EAM";
12     forceFieldVariant = "VC";
13     targetTemp = 1000.0;
14     density = 0.02143659;
15    
16     ensemble = "NVE";
17     dt = 1.0;
18     runTime = 1000.0;
19    
20     usePeriodicBoundaryConditions = "false";
21    
22     sampleTime = 50.0;
23    
24     thermalTime = 100.0;
25     tempSet = "false";