LICENSE
README.md
pyproject.toml
torax/__init__.py
torax/array_typing.py
torax/conftest.py
torax/constants.py
torax/interpolated_param.py
torax/jax_utils.py
torax/math_utils.py
torax/output.py
torax/post_processing.py
torax/run_simulation_main.py
torax/sim.py
torax/simulation_app.py
torax/state.py
torax/version.py
torax.egg-info/PKG-INFO
torax.egg-info/SOURCES.txt
torax.egg-info/dependency_links.txt
torax.egg-info/entry_points.txt
torax.egg-info/requires.txt
torax.egg-info/top_level.txt
torax/config/__init__.py
torax/config/build_runtime_params.py
torax/config/config_args.py
torax/config/config_loader.py
torax/config/numerics.py
torax/config/plasma_composition.py
torax/config/profile_conditions.py
torax/config/runtime_params.py
torax/config/runtime_params_slice.py
torax/config/runtime_validation_utils.py
torax/core_profiles/getters.py
torax/core_profiles/initialization.py
torax/core_profiles/updaters.py
torax/data/third_party/geo/EQDSK_ITERhybrid_COCOS02.eqdsk
torax/data/third_party/geo/ITER_hybrid_citrin_equil_cheasedata.mat2cols
torax/data/third_party/geo/LICENSE_PINT
torax/data/third_party/geo/README
torax/data/third_party/geo/eqdsk_cocos02.eqdsk
torax/examples/basic_config.py
torax/examples/iterhybrid_predictor_corrector.py
torax/examples/iterhybrid_rampup.py
torax/fvm/__init__.py
torax/fvm/block_1d_coeffs.py
torax/fvm/calc_coeffs.py
torax/fvm/cell_variable.py
torax/fvm/convection_terms.py
torax/fvm/diffusion_terms.py
torax/fvm/discrete_system.py
torax/fvm/enums.py
torax/fvm/fvm_conversions.py
torax/fvm/implicit_solve_block.py
torax/fvm/newton_raphson_solve_block.py
torax/fvm/optimizer_solve_block.py
torax/fvm/residual_and_loss.py
torax/geometry/__init__.py
torax/geometry/circular_geometry.py
torax/geometry/geometry.py
torax/geometry/geometry_loader.py
torax/geometry/geometry_provider.py
torax/geometry/pydantic_model.py
torax/geometry/standard_geometry.py
torax/mhd/base.py
torax/mhd/pydantic_model.py
torax/mhd/runtime_params.py
torax/mhd/sawtooth/base_pydantic_model.py
torax/mhd/sawtooth/flatten_profile.py
torax/mhd/sawtooth/pydantic_model.py
torax/mhd/sawtooth/runtime_params.py
torax/mhd/sawtooth/sawtooth_model.py
torax/mhd/sawtooth/simple_redistribution.py
torax/mhd/sawtooth/simple_trigger.py
torax/orchestration/initial_state.py
torax/orchestration/run_simulation.py
torax/orchestration/step_function.py
torax/pedestal_model/no_pedestal.py
torax/pedestal_model/pedestal_model.py
torax/pedestal_model/pydantic_model.py
torax/pedestal_model/runtime_params.py
torax/pedestal_model/set_pped_tpedratio_nped.py
torax/pedestal_model/set_tped_nped.py
torax/physics/__init__.py
torax/physics/charge_states.py
torax/physics/collisions.py
torax/physics/formulas.py
torax/physics/psi_calculations.py
torax/physics/scaling_laws.py
torax/plotting/__init__.py
torax/plotting/plotruns.py
torax/plotting/plotruns_lib.py
torax/plotting/plotruns_lib_test.py
torax/plotting/configs/default_plot_config.py
torax/plotting/configs/global_params_plot_config.py
torax/plotting/configs/simple_plot_config.py
torax/plotting/configs/sources_plot_config.py
torax/sources/__init__.py
torax/sources/base.py
torax/sources/bootstrap_current_source.py
torax/sources/bremsstrahlung_heat_sink.py
torax/sources/cyclotron_radiation_heat_sink.py
torax/sources/electron_cyclotron_source.py
torax/sources/formulas.py
torax/sources/fusion_heat_source.py
torax/sources/gas_puff_source.py
torax/sources/generic_current_source.py
torax/sources/generic_ion_el_heat_source.py
torax/sources/generic_particle_source.py
torax/sources/ion_cyclotron_source.py
torax/sources/ohmic_heat_source.py
torax/sources/pellet_source.py
torax/sources/pydantic_model.py
torax/sources/qei_source.py
torax/sources/runtime_params.py
torax/sources/source.py
torax/sources/source_models.py
torax/sources/source_profile_builders.py
torax/sources/source_profiles.py
torax/sources/impurity_radiation_heat_sink/__init__.py
torax/sources/impurity_radiation_heat_sink/impurity_radiation_constant_fraction.py
torax/sources/impurity_radiation_heat_sink/impurity_radiation_heat_sink.py
torax/sources/impurity_radiation_heat_sink/impurity_radiation_mavrin_fit.py
torax/stepper/__init__.py
torax/stepper/linear_theta_method.py
torax/stepper/nonlinear_theta_method.py
torax/stepper/predictor_corrector_method.py
torax/stepper/pydantic_model.py
torax/stepper/runtime_params.py
torax/stepper/stepper.py
torax/time_step_calculator/__init__.py
torax/time_step_calculator/chi_time_step_calculator.py
torax/time_step_calculator/fixed_time_step_calculator.py
torax/time_step_calculator/pydantic_model.py
torax/time_step_calculator/time_step_calculator.py
torax/torax_pydantic/file_restart.py
torax/torax_pydantic/interpolated_param_1d.py
torax/torax_pydantic/interpolated_param_2d.py
torax/torax_pydantic/model_base.py
torax/torax_pydantic/model_config.py
torax/torax_pydantic/pydantic_types.py
torax/torax_pydantic/register_config.py
torax/torax_pydantic/torax_pydantic.py
torax/transport_model/__init__.py
torax/transport_model/base_qlknn_model.py
torax/transport_model/bohm_gyrobohm.py
torax/transport_model/constant.py
torax/transport_model/critical_gradient.py
torax/transport_model/pydantic_model.py
torax/transport_model/pydantic_model_base.py
torax/transport_model/qlknn_10d.py
torax/transport_model/qlknn_model_wrapper.py
torax/transport_model/qlknn_transport_model.py
torax/transport_model/qualikiz_based_transport_model.py
torax/transport_model/qualikiz_transport_model.py
torax/transport_model/quasilinear_transport_model.py
torax/transport_model/runtime_params.py
torax/transport_model/transport_model.py