Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Time evolution binding #113

Merged
merged 15 commits into from
Nov 24, 2023
Merged
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,6 @@ GTAGS
# Validated input files produced during testing
validated*.json
.ccls-cache


_skbuild/
2 changes: 1 addition & 1 deletion cmake/custom/fetch_mrcpp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ else()
GIT_REPOSITORY
https://github.com/MRChemSoft/mrcpp.git
GIT_TAG
5320eb433dcea82b177f5181ce12ab89f0b04a92
8107aabe28d6e75f04d66c95a94c157731484eae
)

set(CMAKE_CXX_COMPILER ${CMAKE_CXX_COMPILER})
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Check out the :doc:`usage` section for further information, including how to :re
notebooks/helium_atom
notebooks/beryllium_atom
notebooks/PCMSolvent
notebooks/harmonic_oscillator_evolution

.. toctree::
:maxdepth: 2
Expand Down