• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..30-Sep-2021-

READMEH A D30-Sep-20211.1 KiB2522

__init__.pyH A D30-Sep-2021190 43

atoms.pyH A D30-Sep-20214.9 KiB12298

barostats.pyH A D30-Sep-20214.4 KiB10885

beads.pyH A D30-Sep-20215.3 KiB138109

cell.pyH A D30-Sep-20212.3 KiB7854

ensembles.pyH A D30-Sep-20218 KiB186155

forces.pyH A D30-Sep-20216 KiB177125

initializer.pyH A D30-Sep-202117.2 KiB407306

interface.pyH A D30-Sep-20215.6 KiB126101

normalmodes.pyH A D30-Sep-20213.9 KiB8562

outputs.pyH A D30-Sep-202114.4 KiB324248

prng.pyH A D30-Sep-20214.2 KiB10281

simulation.pyH A D30-Sep-20218.3 KiB194153

thermostats.pyH A D30-Sep-20218.9 KiB196167

README

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