ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/oopse-1.0/samples/metals/Au_nanoparticle.md
Revision: 1447
Committed: Fri Jul 30 21:01:35 2004 UTC (20 years, 1 month ago) by gezelter
File size: 363 byte(s)
Log Message:
Initial import of OOPSE sources into cvs tree

File Contents

# User Rev Content
1 gezelter 1447 #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";