Add nblib backend: Part 1 of 2
authorJoe Jordan <ejjordan12@gmail.com>
Mon, 28 Sep 2020 17:21:12 +0000 (17:21 +0000)
committerJoe Jordan <ejjordan12@gmail.com>
Mon, 28 Sep 2020 17:21:12 +0000 (17:21 +0000)
commit268793f1b319487174303e2e6351de7acf0931bc
tree64d3885206e5d30ed94cf0bf64ca9d6ba6c6cc91
parentb9e8608369585af08ed552df030cd586358aa36f
Add nblib backend: Part 1 of 2
21 files changed:
api/nblib/CMakeLists.txt
api/nblib/interactions.cpp [new file with mode: 0644]
api/nblib/molecules.cpp [new file with mode: 0644]
api/nblib/particletype.cpp [new file with mode: 0644]
api/nblib/tests/CMakeLists.txt
api/nblib/tests/box.cpp
api/nblib/tests/interactions.cpp [new file with mode: 0644]
api/nblib/tests/molecules.cpp [new file with mode: 0644]
api/nblib/tests/particletype.cpp [new file with mode: 0644]
api/nblib/tests/testsystems.cpp [new file with mode: 0644]
api/nblib/tests/testsystems.h [new file with mode: 0644]
api/nblib/tests/topology.cpp [new file with mode: 0644]
api/nblib/topology.cpp [new file with mode: 0644]
api/nblib/topology.h
api/nblib/topologyhelpers.cpp [new file with mode: 0644]
api/nblib/util/CMakeLists.txt
api/nblib/util/internal.h [new file with mode: 0644]
api/nblib/util/tests/CMakeLists.txt [new file with mode: 0644]
api/nblib/util/tests/refdata/NBlibTest_GeneratedVelocitiesAreCorrect.xml [new file with mode: 0644]
api/nblib/util/tests/user.cpp [new file with mode: 0644]
api/nblib/util/user.cpp [new file with mode: 0644]