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

Documentation #109

Merged
merged 14 commits into from
Aug 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ install*
debug*
.idea
.ipynb_checkpoints
*.ipynb
*.swp
cmake-build-debug
.direnv
.pytest_cache

# Editor junk
.vscode

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
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
v1.5.0
5320eb433dcea82b177f5181ce12ab89f0b04a92
)

set(CMAKE_CXX_COMPILER ${CMAKE_CXX_COMPILER})
Expand Down
14 changes: 14 additions & 0 deletions docs/bibliography.bib
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,17 @@ @ARTICLE{Anderson2019-bx
issn = "2590-0552",
doi = "10.1016/j.jcpx.2019.100033"
}

@article{Tomasi2005,
author = {Tomasi, Jacopo and Mennucci, Benedetta and Cammi, Roberto},
title = {Quantum Mechanical Continuum Solvation Models},
journal = {Chemical Reviews},
volume = {105},
number = {8},
pages = {2999-3094},
year = {2005},
doi = {10.1021/cr9904009},
note ={PMID: 16092826},
URL = { https://doi.org/10.1021/cr9904009},
eprint = { https://doi.org/10.1021/cr9904009 }
}
6 changes: 0 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,3 @@ def version_from_file(f):
},
}

html_sidebars = {
"**": [
"searchbox.html",
"sbt-sidebar-nav.html",
]
}
10 changes: 9 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,15 @@ Check out the :doc:`usage` section for further information, including how to :re
:caption: Contents

usage
notebooks/vampyr_intro
notebooks/introduction
notebooks/function_representations
notebooks/multiwavelets
notebooks/poisson_equation
notebooks/helmholtz_equation
notebooks/hydrogen_atom
notebooks/helium_atom
notebooks/beryllium_atom
notebooks/multiwavelets
notebooks/PCMSolvent

.. toctree::
Expand Down
Loading
Loading