ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/samples/cutoff/lj.md
Revision: 2480
Committed: Fri Dec 2 22:37:05 2005 UTC (18 years, 7 months ago) by gezelter
File size: 404 byte(s)
Log Message:
removing deprecated nAtoms and nComponents lines

File Contents

# Content
1 #ifndef __LJ_MD__
2 #define __LJ_MD__
3
4 molecule{
5 name = "Ar";
6 atom[0]{
7 type="Ar";
8 position( 0.0, 0.0, 0.0 );
9 }
10 }
11 molecule{
12 name = "Ne";
13 atom[0]{
14 type="Ne";
15 position( 0.0, 0.0, 0.0 );
16 }
17 }
18 molecule{
19 name = "He";
20 atom[0]{
21 type="He";
22 position( 0.0, 0.0, 0.0 );
23 }
24 }
25 molecule{
26 name = "Kr";
27 atom[0]{
28 type="Kr";
29 position( 0.0, 0.0, 0.0 );
30 }
31 }
32 #endif