Add initial nblib public API
authorJoe Jordan <ejjordan12@gmail.com>
Mon, 28 Sep 2020 10:35:59 +0000 (10:35 +0000)
committerJoe Jordan <ejjordan12@gmail.com>
Mon, 28 Sep 2020 10:35:59 +0000 (10:35 +0000)
commitd1db0d0fb0141abb024ecabaf27a6b8daf6ea790
treece1863c29d92e004892f6cf3cbda3a97ae47db4a
parentf810e1d85e274678388083277a0af48d03eb7556
Add initial nblib public API
27 files changed:
api/CMakeLists.txt
api/nblib/CMakeLists.txt [new file with mode: 0644]
api/nblib/basicdefinitions.h [new file with mode: 0644]
api/nblib/box.cpp [new file with mode: 0644]
api/nblib/box.h [new file with mode: 0644]
api/nblib/exception.h [new file with mode: 0644]
api/nblib/forcecalculator.h [new file with mode: 0644]
api/nblib/integrator.h [new file with mode: 0644]
api/nblib/interactions.h [new file with mode: 0644]
api/nblib/kerneloptions.h [new file with mode: 0644]
api/nblib/molecules.h [new file with mode: 0644]
api/nblib/nblib.h [new file with mode: 0644]
api/nblib/particletype.h [new file with mode: 0644]
api/nblib/simulationstate.h [new file with mode: 0644]
api/nblib/tests/CMakeLists.txt [new file with mode: 0644]
api/nblib/tests/box.cpp [new file with mode: 0644]
api/nblib/tests/testhelpers.cpp [new file with mode: 0644]
api/nblib/tests/testhelpers.h [new file with mode: 0644]
api/nblib/topology.h [new file with mode: 0644]
api/nblib/topologyhelpers.h [new file with mode: 0644]
api/nblib/util/CMakeLists.txt [new file with mode: 0644]
api/nblib/util/user.h [new file with mode: 0644]
api/nblib/vector.h [new file with mode: 0644]
docs/CMakeLists.txt
docs/index.rst
docs/nblib/guide-to-writing-MD-programs.rst [new file with mode: 0644]
docs/nblib/index.rst [new file with mode: 0644]