M01 Introduction to MD++: Difference between revisions
No edit summary |
No edit summary |
||
| Line 47: | Line 47: | ||
<P ALIGN="CENTER"><STRONG>Keonwook Kang and Wei Cai</STRONG></P> |
<P ALIGN="CENTER"><STRONG>Keonwook Kang and Wei Cai</STRONG></P> |
||
</DIV> |
</DIV> |
||
[[ Nov 24 ] [2007]] |
|||
<P> |
<P> |
||
<BR><HR> |
<BR><HR> |
||
<!--Table of Child-Links--> |
<!--Table of Child-Links--> |
||
<A NAME="CHILD_LINKS"></A> |
|||
| ⚫ | |||
<UL> |
|||
MD++ is a molecular dynamics simulation package written in C++. It is |
|||
| ⚫ | |||
originally developed by Wei Cai when he was a graduate student at MIT |
|||
| ⚫ | |||
and still being updated to include more features. MD++ is supposed to |
|||
| ⚫ | |||
run in a Unix/Linux environment. However, if you have |
|||
| ⚫ | |||
cygwin,<ref> For download and installation, visit |
|||
| ⚫ | |||
http://www.cygwin.com/. You must download and install the full |
|||
| ⚫ | |||
package of cygwin. See http://micro.stanford.edu/~caiwei/Forum/2004-12-12-MD++/cygwin.html |
|||
| ⚫ | |||
for installation instructions.</ref> a linux-like environment installed in your |
|||
</UL> |
|||
Windows machine, you can also enjoy MD++ there. Currently, this code |
|||
<!--End of Table of Child-Links--> |
|||
is designed mainly for studying the atomic behavior in solid crystal |
|||
materials. It can also be extended to study other systems, such as |
|||
fluids, polymers and bio-molecules. This document is the first of a |
|||
series of manuals written for those new to MD simulations. These |
|||
manuals explain how to use MD++ with simple examples. |
|||
<BR><HR> |
<BR><HR> |
||
<ADDRESS> |
|||
| ⚫ | |||
Keonwook Kang |
|||
| ⚫ | |||
2007-11-24 |
|||
| ⚫ | |||
</ADDRESS> |
|||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
<BR><HR> |
|||
== Notes == |
|||
<references/> |
|||
Revision as of 23:41, 24 November 2007
Manual 01 for MD++
Introduction to MD++
Keonwook Kang and Wei Cai
[[ Nov 24 ] [2007]]
Overview
MD++ is a molecular dynamics simulation package written in C++. It is originally developed by Wei Cai when he was a graduate student at MIT and still being updated to include more features. MD++ is supposed to run in a Unix/Linux environment. However, if you have cygwin,[1] a linux-like environment installed in your Windows machine, you can also enjoy MD++ there. Currently, this code is designed mainly for studying the atomic behavior in solid crystal materials. It can also be extended to study other systems, such as fluids, polymers and bio-molecules. This document is the first of a series of manuals written for those new to MD simulations. These manuals explain how to use MD++ with simple examples.
Installation
MD++ Directories
Script File
Visualization Window Control
Bibliography
About this document ...
Notes
- ↑ For download and installation, visit http://www.cygwin.com/. You must download and install the full package of cygwin. See http://micro.stanford.edu/~caiwei/Forum/2004-12-12-MD++/cygwin.html for installation instructions.