1 -- Input files directory --
2
3 * This is the directory containing the input classes.
4
5 * Files:
6   - atoms.py: Creates objects that deal with classical simulations.
7   - barostats.py: Creates objects that deal with constant pressure and
8      stress simulations.
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
13      the driver code.
14   - initializer.py: Creates the objects that deal with initializing the
15      simulation.
16   - interface.py: Creates objects that deal with socket creation.
17   - normalmodes.py: Creates the objects that deal with the normal mode
18      transformation.
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
24      simulations.
25