1 -- Input files directory --
3 * This is the directory containing the input classes.
6 - atoms.py: Creates objects that deal with classical simulations.
7 - barostats.py: Creates objects that deal with constant pressure and
9 - beads.py: Creates objects that deal with quantum simulations.
10 - cell.py: Creates objects that deal with the simulation box.
11 - ensembles.py: Creates objects that deal with the different ensembles.
12 - forces.py: Creates objects that deal with the jobs to send to
14 - initializer.py: Creates the objects that deal with initializing the
16 - interface.py: Creates objects that deal with socket creation.
17 - normalmodes.py: Creates the objects that deal with the normal mode
19 - outputs.py: Creates objects that deal with output files.
20 - prng.py: Creates the objects that deal with random number generation.
21 - simulation.py: Creates objects that deal with all the top level
22 information, such as input/output.
23 - thermostats.py: Creates objects that deal with constant temperature