lammps/tools/i-pi/ipi/engine
Richard Berger 08baaa9d8e Fix more typos in tools 2017-03-07 01:00:25 -05: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 Fix more typos in tools 2017-03-07 01:00:25 -05: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 Spelling fixes in source files 2017-03-05 18:30:39 -05: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 Fix more typos in tools 2017-03-07 01:00:25 -05:00
simulation.py Fix more typos in tools 2017-03-07 01:00:25 -05:00
thermostats.py Fix typos in tools folder 2017-03-05 21:18:01 -05: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.