File: README

package info (click to toggle)
mmtk 2.7.9-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 11,788 kB
  • ctags: 6,600
  • sloc: python: 18,050; ansic: 12,400; makefile: 129; csh: 3
file content (14 lines) | stat: -rw-r--r-- 463 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
The files in this directory are provided as an illustration of how to
implement molecular dynamics integrators and similar algorithms in
Cython.  The Velocity Verlet integrator provided as an example is
intentionally kept simple; it supports neither fixed atoms nor
distance constraints, and has neither a thermostat nor a barostat.

To compile and link the C module, type

   python setup.py build_ext --inplace

To run the test script, type

   python test.py