forked from mgrau/atomphys
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add .readthedocs.yaml
- Loading branch information
Showing
36 changed files
with
1,088 additions
and
489 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
*.cache | ||
notebooks/_ignored/ | ||
.vscode | ||
.python-version | ||
|
||
# Byte-compiled / optimized / DLL files | ||
__pycache__/ | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Read the Docs configuration file for MkDocs projects | ||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details | ||
|
||
# Required | ||
version: 2 | ||
|
||
# Set the version of Python and other tools you might need | ||
# Poetry setup: https://github.com/readthedocs/readthedocs.org/issues/4912#issuecomment-1992286540 | ||
build: | ||
os: ubuntu-22.04 | ||
tools: | ||
python: "3.12" | ||
jobs: | ||
post_create_environment: | ||
- python -m pip install poetry | ||
post_install: | ||
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs | ||
|
||
mkdocs: | ||
configuration: mkdocs.yaml |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,4 @@ | |
- Fix bug in wigner_6j cache | ||
|
||
0.0.2 (2021-10-13) | ||
------------------ | ||
------------------ |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1 @@ | ||
This document provides a guide to the Python module designed for atomic physics calculations. The idea behind this module is to explore atomic physics, properties of atoms, and understand their electron dynamics in light fields. | ||
|
||
The package should be primarily used for bosonic isotopes, where the hyperfine structure is not present. We decided to initially release the package with simplified structure such that to get a feeling for the usefullness of the tool to the community. In case of interest, we can extend this package to include calculations for the fermionic isotopes. | ||
|
||
I hope this will be helpfull for many. | ||
|
||
The documentation is divided into three subsections, which each discuss different potential use-cases of atomphys: | ||
|
||
1. **Core** - Here we discuss how atomphys can be used as python API for NIST database and other databases | ||
2. **Calculations** - Here we discuss the theory behind the calculations with which atomphys can help | ||
3. **Helper functions for qutip** - Here we discuss how atomphys can be usef to build light-atom hamiltonians that can be directly parsed to qutip and can be solved | ||
|
||
|
||
{% include-markdown "../README.md" %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.