lammps/tools/i-pi/ipi/engine
sjplimp 997f7a8845 git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12769 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2014-11-24 17:02:36 +00:00
..
README git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12769 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2014-11-24 17:02:36 +00:00
__init__.py git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12769 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2014-11-24 17:02:36 +00:00
atoms.py git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12769 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2014-11-24 17:02:36 +00:00
barostats.py git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12769 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2014-11-24 17:02:36 +00:00
beads.py git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12769 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2014-11-24 17:02:36 +00:00
cell.py git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12769 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2014-11-24 17:02:36 +00:00
ensembles.py git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12769 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2014-11-24 17:02:36 +00:00
forces.py git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12769 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2014-11-24 17:02:36 +00:00
initializer.py git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12769 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2014-11-24 17:02:36 +00:00
normalmodes.py git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12769 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2014-11-24 17:02:36 +00:00
outputs.py git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12769 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2014-11-24 17:02:36 +00:00
properties.py git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12769 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2014-11-24 17:02:36 +00:00
simulation.py git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12769 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2014-11-24 17:02:36 +00:00
thermostats.py git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12769 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2014-11-24 17:02:36 +00:00

README

 -- Engine code directory --

 * This is the directory containing all the major class definitions.

 * Files:
   - atoms.py: Deals with classical simulations.
   - barostats.py: Deals with constant pressure simulations.
   - beads.py: Deals with quantum simulations.
   - cell.py: Deals with the simulation box.
   - ensembles.py: Deals with the different ensembles.
   - forces.py: Deals with creating the jobs to send to the driver code.
   - initializer.py: Deals with initialization of the simulation.
   - normalmodes.py: Deals with the normal mode transformations.
   - outputs.py: Deals with the output files.
   - properties.py: Deals with calculating all the output properties.
   - simulation.py: Deals with all the top level information, such as 
      input/output.
   - thermostats.py: Deals with constant temperature simulations.