| Revision: | 1465 |
| Committed: | Fri Jul 9 23:08:25 2010 UTC (15 years, 4 months ago) by chuckv |
| File size: | 309 byte(s) |
| Log Message: | Creating busticated version of OpenMD |
| # | Content |
|---|---|
| 1 | #ifndef __GB_MD__ |
| 2 | #define __GB_MD__ |
| 3 | |
| 4 | molecule{ |
| 5 | name = "GB"; |
| 6 | |
| 7 | atom[0]{ |
| 8 | type="GBPaper"; |
| 9 | position( 0.0, 0.0, 0.0 ); |
| 10 | orientation(0.0,0.0,0.0); |
| 11 | } |
| 12 | } |
| 13 | molecule{ |
| 14 | name = "GBlinear"; |
| 15 | |
| 16 | atom[0]{ |
| 17 | type="GBlinear"; |
| 18 | position( 0.0, 0.0, 0.0 ); |
| 19 | orientation(0.0,0.0,0.0); |
| 20 | } |
| 21 | } |
| 22 | #endif |