NESTCollaboration / nestpy

Raw Python bindings to the NEST library using pybind11.
GNU General Public License v3.0
13 stars 19 forks source link

Update to nestpy internals, adding in basic LArNEST bindings. #93

Closed infophysics closed 2 years ago

infophysics commented 2 years ago

The copy/paste method for the NEST bindings have been replaced with adding NEST and other modules (such as gcem and pybind11) as git submodules which are downloaded at compile time. LXe notebooks and python scripts have been moved to tutorials/arxiv, and new notebooks will be placed in the tutorials folder as they are created in the future. LAr functionality through LArNEST has been added and will be expanded upon in future releases.

Suggestions/issues/errors should be added as github issues.

Users may have to do before installing.

pip uninstall nestpy