ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-1.0/samples/argon/lj.md
Revision: 1420
Committed: Tue Jul 27 18:25:02 2004 UTC (19 years, 11 months ago) by gezelter
File size: 356 byte(s)
Log Message:
BASS eradication project (part 4)

File Contents

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