.gitignore
.readthedocs.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
requirements.txt
setup.py
.github/workflows/build_test.yml
.github/workflows/pypi_publish.yml
docs/ESSOS_logo.png
docs/Makefile
docs/conf.py
docs/getting_started.rst
docs/index.rst
docs/make.bat
docs/requirements.txt
essos/__init__.py
essos/__main__.py
essos/coils.py
essos/constants.py
essos/dynamics.py
essos/fields.py
essos/objective_functions.py
essos/optimization.py
essos/plot.py
essos/surfaces.py
essos/version.py
essos.egg-info/PKG-INFO
essos.egg-info/SOURCES.txt
essos.egg-info/dependency_links.txt
essos.egg-info/entry_points.txt
essos.egg-info/requires.txt
essos.egg-info/top_level.txt
examples/create_stellarator_coils.py
examples/optimize_coils_and_nearaxis.py
examples/optimize_coils_for_nearaxis.py
examples/optimize_coils_particle_confinement_fullorbit.py
examples/optimize_coils_particle_confinement_guidingcenter.py
examples/optimize_coils_vmec_surface.py
examples/trace_fieldlines_coils.py
examples/trace_particles_coils_fullorbit.py
examples/trace_particles_coils_guidingcenter.py
examples/trace_particles_vmec.py
examples/comparisons_SIMSOPT/coils_biotsavart_SIMSOPT_vs_ESSOS.py
examples/comparisons_SIMSOPT/fieldlines_SIMSOPT_vs_ESSOS.py
examples/comparisons_SIMSOPT/fullorbit_SIMSOPT_vs_ESSOS.py
examples/comparisons_SIMSOPT/guiding_center_SIMSOPT_vs_ESSOS.py
examples/comparisons_SIMSOPT/surfaces_SIMSOPT_vs_ESSOS.py
examples/comparisons_SIMSOPT/vmec_SIMSOPT_vs_ESSOS.py
examples/input_files/wout_LandremanPaul2021_QA_reactorScale_lowres_reference.nc
examples/input_files/wout_n3are_R7.75B5.7.nc
tests/test_coils.py
tests/test_constants.py
tests/test_dynamics.py
tests/test_fields.py