.gitignore
LICENSE
README.md
environment_dev.yml
pyproject.toml
.github/workflows/ci.yml
.github/workflows/documentation_update.yml
.github/workflows/python-publish.yml
docs/Makefile
docs/README.md
docs/conf.py
docs/index.rst
docs/install.rst
docs/make.bat
docs/python_api.rst
docs/usage.rst
docs/usage_spherical_tokamak.rst
docs/usage_tokamak.rst
docs/version_switcher.json
examples/example_util_functions.py
examples/plasma.py
examples/run_all_examples.sh
examples/spherical_tokamak_from_plasma_minimal.py
examples/spherical_tokamak_from_plasma_with_divertor.py
examples/spherical_tokamak_from_plasma_with_pf_magnets.py
examples/spherical_tokamak_from_plasma_with_pf_magnets_and_divertors.py
examples/spherical_tokamak_from_plasma_with_tf_magnets.py
examples/spherical_tokamak_minimal.py
examples/tokamak_from_plasma_minimal.py
examples/tokamak_from_plasma_with_divertor.py
examples/tokamak_minimal.py
examples/tokamak_with_pf_magnets.py
examples/tokamak_with_pf_tf_magnets_divertor.py
src/_version.py
src/paramak/__init__.py
src/paramak/utils.py
src/paramak.egg-info/PKG-INFO
src/paramak.egg-info/SOURCES.txt
src/paramak.egg-info/dependency_links.txt
src/paramak.egg-info/requires.txt
src/paramak.egg-info/top_level.txt
src/paramak/assemblies/__init__.py
src/paramak/assemblies/spherical_tokamak.py
src/paramak/assemblies/tokamak.py
src/paramak/workplanes/__init__.py
src/paramak/workplanes/blanket_constant_thickness_arc_h.py
src/paramak/workplanes/blanket_from_plasma.py
src/paramak/workplanes/center_column_shield_cylinder.py
src/paramak/workplanes/constant_thickness_dome.py
src/paramak/workplanes/cutting_wedge.py
src/paramak/workplanes/dished_vacuum_vessel.py
src/paramak/workplanes/plasma_simplified.py
src/paramak/workplanes/poloidal_field_coil.py
src/paramak/workplanes/poloidal_field_coil_case.py
src/paramak/workplanes/toroidal_field_coil_rectangle.py
src/paramak/workplanes/u_shaped_dome.py
tests/ENDFB-7.1-NNDC_H1.h5
tests/cross_sections.xml
tests/test_utils.py
tests/test_assemblies/__init__.py
tests/test_assemblies/test_spherical_tokamak.py
tests/test_assemblies/test_utils.py
tests/test_workplanes/__init__.py
tests/test_workplanes/test_blanket_constant_thickness_arc_h.py
tests/test_workplanes/test_blanket_from_plasma.py
tests/test_workplanes/test_center_column_shield_cylinder.py
tests/test_workplanes/test_constant_thickness_dome.py
tests/test_workplanes/test_dished_vacuum_vessel.py
tests/test_workplanes/test_plasma_simplified.py
tests/test_workplanes/test_poloidal_field_coil.py
tests/test_workplanes/test_poloidal_field_coil_case.py
tests/test_workplanes/test_toroidal_field_coil_rectangle.py
tests/test_workplanes/test_u_shaped_dome.py
tests/test_workplanes/utils.py