ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/samples/metals/EAM/nanoparticle/Au-Core-Ag-Shell_Nanoparticle.md
Revision: 2525
Committed: Thu Dec 29 16:33:41 2005 UTC (18 years, 6 months ago) by chuckv
File size: 381 byte(s)
Log Message:
More changes to directory structure.

File Contents

# Content
1 #include "metals.md"
2
3
4 component{
5 type = "Ag";
6 nMol = 1436;
7 }
8 component{
9 type = "Au";
10 nMol = 490;
11 }
12
13 initialConfig = "./Au-Core-Ag-Shell_Nanoparticle.in";
14
15 forceField = "EAM";
16 forceFieldVariant = "u3";
17 targetTemp = 1000.0;
18
19
20 ensemble = "NVE";
21 dt = 1.0;
22 runTime = 1000.0;
23
24 usePeriodicBoundaryConditions = "false";
25
26 sampleTime = 5.0;
27
28 thermalTime = 100.0;
29 tempSet = "false";