.gitignore
.pre-commit-config.yaml
.readthedocs.yml
CONTRIBUTING.md
DEVELOPER_GUIDE.md
LICENSE
NEWCOMER_GUIDE.md
README.md
pyproject.toml
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
.github/copilot-instructions.md
.github/dependabot.yml
.github/pull_request_template.md
.github/release.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
.github/workflows/deploy.yml
.vscode/settings.json
benchmark/uniformulas.ipynb
docs/basics.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/_static/custom-api.css
docs/_templates/autosummary/attribute.rst
docs/_templates/autosummary/class.rst
docs/_templates/autosummary/function.rst
docs/_templates/autosummary/method.rst
docs/_templates/autosummary/module.rst
docs/api/astrodynx.events.rst
docs/api/astrodynx.gravity.rst
docs/api/astrodynx.prop.rst
docs/api/astrodynx.rst
docs/api/astrodynx.twobody.rst
docs/api/astrodynx.utils.rst
docs/api/index.rst
docs/examples/index.rst
docs/examples/kepler_prop.ipynb
docs/examples/orb_elements.ipynb
docs/examples/prop_cowell.ipynb
docs/tutorials/index.rst
src/astrodynx/__init__.py
src/astrodynx/_version.py
src/astrodynx.egg-info/PKG-INFO
src/astrodynx.egg-info/SOURCES.txt
src/astrodynx.egg-info/dependency_links.txt
src/astrodynx.egg-info/requires.txt
src/astrodynx.egg-info/top_level.txt
src/astrodynx/diffeq/__init__.py
src/astrodynx/events/__init__.py
src/astrodynx/events/radius.py
src/astrodynx/gravity/__init__.py
src/astrodynx/gravity/_general.py
src/astrodynx/prop/__init__.py
src/astrodynx/prop/_cowell_method.py
src/astrodynx/prop/_kepler.py
src/astrodynx/twobody/__init__.py
src/astrodynx/twobody/_kep_equ.py
src/astrodynx/twobody/_lagrange.py
src/astrodynx/twobody/_orb_elements.py
src/astrodynx/twobody/_orb_integrals.py
src/astrodynx/twobody/_path_check.py
src/astrodynx/twobody/_state_trans.py
src/astrodynx/twobody/_uniformulas.py
src/astrodynx/utils/__init__.py
src/astrodynx/utils/_rot_mat.py
tests/test_cowell.py
tests/test_gravity.py
tests/test_import.py
tests/test_kepler_equation.py
tests/test_orb_integrals.py
tests/test_path_check.py
tests/test_rotation_matrix.py