LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/algorithms.rst
docs/api.rst
docs/architecture.rst
docs/benchmarks.rst
docs/code_structure.rst
docs/codes.rst
docs/conf.py
docs/examples.rst
docs/geometry.rst
docs/index.rst
docs/inputs.rst
docs/linear_model.rst
docs/manuscript_figures.rst
docs/normalization.rst
docs/numerics.rst
docs/operators.rst
docs/outputs.rst
docs/parallelization.rst
docs/performance.rst
docs/quasilinear.rst
docs/quickstart.rst
docs/references.rst
docs/release_scope.rst
docs/roadmap.rst
docs/solvers.rst
docs/stellarator_optimization.rst
docs/testing.rst
docs/theory.rst
docs/validation_strategy.rst
docs/verification_matrix.rst
examples/benchmarks/basis_orthonormality.py
examples/benchmarks/cyclone_linear_benchmark.py
examples/benchmarks/etg_linear_benchmark.py
examples/benchmarks/kbm_beta_scan.py
examples/benchmarks/kinetic_linear_benchmark.py
examples/benchmarks/runtime_miller_zonal_response.toml
examples/benchmarks/runtime_secondary_slab.toml
examples/benchmarks/runtime_w7x_zonal_response_vmec.toml
examples/benchmarks/secondary_slab_workflow.py
examples/benchmarks/tem_linear_benchmark.py
examples/linear/axisymmetric/cyclone.toml
examples/linear/axisymmetric/cyclone_runtime_linear.py
examples/linear/axisymmetric/etg.toml
examples/linear/axisymmetric/etg_linear_auto.py
examples/linear/axisymmetric/etg_runtime_linear.py
examples/linear/axisymmetric/kaw_runtime_linear.py
examples/linear/axisymmetric/kbm_runtime_linear.py
examples/linear/axisymmetric/runtime_circular_vmec_linear.toml
examples/linear/axisymmetric/runtime_cyclone.toml
examples/linear/axisymmetric/runtime_cyclone_miller_quasilinear.toml
examples/linear/axisymmetric/runtime_cyclone_quasilinear.toml
examples/linear/axisymmetric/runtime_etg.toml
examples/linear/axisymmetric/runtime_kaw.toml
examples/linear/axisymmetric/runtime_kbm.toml
examples/linear/non-axisymmetric/hsx_linear_imported_geometry.py
examples/linear/non-axisymmetric/runtime_hsx_linear_quasilinear.toml
examples/linear/non-axisymmetric/runtime_w7x_linear_imported_geometry.toml
examples/linear/non-axisymmetric/runtime_w7x_linear_quasilinear_vmec.toml
examples/linear/non-axisymmetric/w7x_linear_imported_geometry.py
examples/nonlinear/axisymmetric/cetg_runtime_nonlinear.py
examples/nonlinear/axisymmetric/cyclone_runtime_nonlinear.py
examples/nonlinear/axisymmetric/etg_runtime_nonlinear.py
examples/nonlinear/axisymmetric/kbm_runtime_nonlinear.py
examples/nonlinear/axisymmetric/miller_nonlinear_runtime.py
examples/nonlinear/axisymmetric/runtime_cetg_reference.toml
examples/nonlinear/axisymmetric/runtime_circular_vmec_nonlinear.toml
examples/nonlinear/axisymmetric/runtime_cyclone_nonlinear.toml
examples/nonlinear/axisymmetric/runtime_cyclone_nonlinear_miller.toml
examples/nonlinear/axisymmetric/runtime_cyclone_nonlinear_short.toml
examples/nonlinear/axisymmetric/runtime_cyclone_nonlinear_t400.toml
examples/nonlinear/axisymmetric/runtime_etg_nonlinear.toml
examples/nonlinear/axisymmetric/runtime_kbm_nonlinear.toml
examples/nonlinear/axisymmetric/runtime_kbm_nonlinear_seed.toml
examples/nonlinear/axisymmetric/runtime_kbm_nonlinear_short.toml
examples/nonlinear/axisymmetric/runtime_kbm_nonlinear_short_lockin.toml
examples/nonlinear/axisymmetric/runtime_kbm_nonlinear_t100.toml
examples/nonlinear/axisymmetric/runtime_kbm_nonlinear_t100_nx4ny8_dt9e4.toml
examples/nonlinear/non-axisymmetric/hsx_nonlinear_imported_geometry.py
examples/nonlinear/non-axisymmetric/hsx_nonlinear_vmec_geometry.py
examples/nonlinear/non-axisymmetric/reference_hsx_nonlinear_adiabatic_electrons.toml
examples/nonlinear/non-axisymmetric/runtime_hsx_nonlinear_vmec_geometry.toml
examples/nonlinear/non-axisymmetric/runtime_w7x_nonlinear_imported_geometry.toml
examples/nonlinear/non-axisymmetric/runtime_w7x_nonlinear_vmec_geometry.toml
examples/nonlinear/non-axisymmetric/w7x_nonlinear_imported_geometry.py
examples/nonlinear/non-axisymmetric/w7x_nonlinear_vmec_geometry.py
examples/optimization/QA_optimization_linear_ITG.py
examples/optimization/QA_optimization_nonlinear_ITG.py
examples/optimization/QA_optimization_quasilinear_ITG.py
examples/optimization/QA_parameter_scan.py
examples/parallelization/independent_ky_runtime_batch_scan.py
examples/parallelization/runtime_batch_ky_scan.toml
examples/theory_and_demos/autodiff_inverse_growth.py
examples/theory_and_demos/autodiff_inverse_twomode.py
examples/theory_and_demos/cyclone_geometry.py
examples/theory_and_demos/differentiable_geometry_bridge.py
examples/theory_and_demos/diffrax_linear_demo.py
examples/theory_and_demos/example.py
examples/theory_and_demos/gradB_coupling_hl_1d.py
examples/theory_and_demos/linear_rhs_demo.py
examples/theory_and_demos/quasilinear_implicit_sensitivity.py
examples/theory_and_demos/two_stream_hermite_1d.py
examples/theory_and_demos/reduced_stellarator_itg/_stellarator_itg_plotting.py
examples/theory_and_demos/reduced_stellarator_itg/_stellarator_itg_workflow.py
examples/theory_and_demos/reduced_stellarator_itg/compare_stellarator_itg_optimizations.py
examples/theory_and_demos/reduced_stellarator_itg/stellarator_itg_growth_optimization.py
examples/theory_and_demos/reduced_stellarator_itg/stellarator_itg_nonlinear_heat_flux_optimization.py
examples/theory_and_demos/reduced_stellarator_itg/stellarator_itg_portfolio_gate.py
examples/theory_and_demos/reduced_stellarator_itg/stellarator_itg_quasilinear_flux_optimization.py
examples/utilities/plot_runtime_outputs.py
examples/utilities/runtime_from_toml.py
examples/utilities/strong_scaling_sweep.py
src/spectraxgk/__init__.py
src/spectraxgk/_version.py
src/spectraxgk/analysis.py
src/spectraxgk/autodiff_validation.py
src/spectraxgk/basis.py
src/spectraxgk/benchmark_defaults.py
src/spectraxgk/benchmark_helpers.py
src/spectraxgk/benchmark_scan.py
src/spectraxgk/benchmarking.py
src/spectraxgk/benchmarks.py
src/spectraxgk/cetg.py
src/spectraxgk/cli.py
src/spectraxgk/config.py
src/spectraxgk/diagnostics.py
src/spectraxgk/diagnostics_channels.py
src/spectraxgk/diagnostics_metadata.py
src/spectraxgk/diagnostics_weights.py
src/spectraxgk/diffrax_integrators.py
src/spectraxgk/external_holdout_plan.py
src/spectraxgk/grids.py
src/spectraxgk/gx_integrators.py
src/spectraxgk/gx_legacy_output.py
src/spectraxgk/gx_reduced_models.py
src/spectraxgk/gyroaverage.py
src/spectraxgk/io.py
src/spectraxgk/linear.py
src/spectraxgk/linear_cache.py
src/spectraxgk/linear_krylov.py
src/spectraxgk/linear_linked.py
src/spectraxgk/linear_moments.py
src/spectraxgk/linear_parallel.py
src/spectraxgk/linear_params.py
src/spectraxgk/miller_eik.py
src/spectraxgk/nonlinear.py
src/spectraxgk/nonlinear_diagnostics.py
src/spectraxgk/nonlinear_gradient_evidence.py
src/spectraxgk/nonlinear_gradient_followup.py
src/spectraxgk/nonlinear_helpers.py
src/spectraxgk/nonlinear_parallel.py
src/spectraxgk/nonlinear_replicate_diagnostics.py
src/spectraxgk/nonlinear_replicate_followup.py
src/spectraxgk/nonlinear_transport_optimization.py
src/spectraxgk/normalization.py
src/spectraxgk/operators.py
src/spectraxgk/parallel.py
src/spectraxgk/parallel_decomposition.py
src/spectraxgk/plotting.py
src/spectraxgk/qa_low_turbulence.py
src/spectraxgk/quasilinear.py
src/spectraxgk/quasilinear_calibration.py
src/spectraxgk/quasilinear_model_selection.py
src/spectraxgk/quasilinear_window.py
src/spectraxgk/restart.py
src/spectraxgk/runners.py
src/spectraxgk/runtime.py
src/spectraxgk/runtime_artifact_diagnostics.py
src/spectraxgk/runtime_artifacts.py
src/spectraxgk/runtime_chunks.py
src/spectraxgk/runtime_config.py
src/spectraxgk/runtime_diagnostics.py
src/spectraxgk/runtime_orchestration.py
src/spectraxgk/runtime_policies.py
src/spectraxgk/runtime_results.py
src/spectraxgk/runtime_startup.py
src/spectraxgk/secondary.py
src/spectraxgk/sharded_integrators.py
src/spectraxgk/sharding.py
src/spectraxgk/solver_objective_gradients.py
src/spectraxgk/species.py
src/spectraxgk/stellarator_objective_portfolio.py
src/spectraxgk/stellarator_optimization.py
src/spectraxgk/validation_gates.py
src/spectraxgk/velocity_sharding.py
src/spectraxgk/vmec_eik.py
src/spectraxgk/vmec_jax_boundary_chain.py
src/spectraxgk/vmec_jax_candidate_gate.py
src/spectraxgk/vmec_jax_transport_admission.py
src/spectraxgk/vmec_jax_transport_gradient.py
src/spectraxgk/vmec_jax_transport_line_search.py
src/spectraxgk/vmec_jax_transport_objective.py
src/spectraxgk/zonal_objective.py
src/spectraxgk/zonal_validation.py
src/spectraxgk.egg-info/PKG-INFO
src/spectraxgk.egg-info/SOURCES.txt
src/spectraxgk.egg-info/dependency_links.txt
src/spectraxgk.egg-info/entry_points.txt
src/spectraxgk.egg-info/requires.txt
src/spectraxgk.egg-info/top_level.txt
src/spectraxgk/data/cyclone_reference_adiabatic.csv
src/spectraxgk/data/cyclone_reference_kinetic.csv
src/spectraxgk/data/etg_reference.csv
src/spectraxgk/data/kbm_reference.csv
src/spectraxgk/data/tem_reference.csv
src/spectraxgk/from_gx/__init__.py
src/spectraxgk/from_gx/kernels.py
src/spectraxgk/from_gx/miller.py
src/spectraxgk/from_gx/vmec.py
src/spectraxgk/geometry/__init__.py
src/spectraxgk/geometry/differentiable.py
src/spectraxgk/geometry/miller.py
src/spectraxgk/geometry/vmec.py
src/spectraxgk/terms/__init__.py
src/spectraxgk/terms/assembly.py
src/spectraxgk/terms/config.py
src/spectraxgk/terms/fields.py
src/spectraxgk/terms/integrators.py
src/spectraxgk/terms/linear_terms.py
src/spectraxgk/terms/nonlinear.py
src/spectraxgk/terms/operators.py
src/spectraxgk/terms/validation.py
src/spectraxgk/utils/__init__.py
src/spectraxgk/utils/callbacks.py
tests/test_analysis.py
tests/test_audit_repository_size.py
tests/test_auto_fit_signal.py
tests/test_autodiff_demo.py
tests/test_autodiff_twomode_demo.py
tests/test_autodiff_validation.py
tests/test_basis.py
tests/test_benchmark_runtime_memory.py
tests/test_benchmark_scan.py
tests/test_benchmarking.py
tests/test_benchmarks.py
tests/test_benchmarks_helpers.py
tests/test_benchmarks_runner_branches.py
tests/test_build_baseline_optimized_nonlinear_audit.py
tests/test_build_external_vmec_replicate_ensemble.py
tests/test_build_manuscript_readiness_status.py
tests/test_build_matched_nonlinear_transport_comparison.py
tests/test_build_nonlinear_campaign_admission_report.py
tests/test_build_nonlinear_landscape_admission_report.py
tests/test_build_nonlinear_transport_horizon_audit.py
tests/test_build_nonlinear_window_fd_audit.py
tests/test_build_open_research_lane_status.py
tests/test_build_parallelization_completion_status.py
tests/test_build_qi_branch_refinement_gate.py
tests/test_build_quasilinear_holdout_gap_report.py
tests/test_build_reduced_nonlinear_audit_prelaunch_report.py
tests/test_build_technical_release_status.py
tests/test_build_tem_branch_parity_audit.py
tests/test_build_transport_audit_redesign_report.py
tests/test_build_vmec_boozer_aggregate_alpha_holdout_gate.py
tests/test_build_vmec_boozer_aggregate_line_search_comparison.py
tests/test_build_vmec_boozer_aggregate_line_search_gate.py
tests/test_build_vmec_boozer_aggregate_objective_gate.py
tests/test_build_vmec_boozer_aggregate_surface_holdout_gate.py
tests/test_build_vmec_boozer_gradient_holdout_matrix.py
tests/test_build_vmec_boozer_multi_point_objective_gate.py
tests/test_build_vmec_boozer_nonlinear_window_fd_audit.py
tests/test_build_vmec_boozer_nonlinear_window_gradient_gate.py
tests/test_build_vmec_boozer_parity_matrix.py
tests/test_build_vmec_boozer_second_equilibrium_aggregate_gate.py
tests/test_build_vmec_jax_boundary_chain_collection.py
tests/test_build_vmec_jax_qa_full_sweep_panel.py
tests/test_build_vmec_jax_qa_transport_candidate_comparison.py
tests/test_build_vmec_jax_qa_transport_optimization_status.py
tests/test_build_vmec_jax_transport_gradient_diagnostic.py
tests/test_build_vmec_state_control_bracket_sweep_status.py
tests/test_build_vmec_state_to_input_mapping_response.py
tests/test_build_w7x_tem_extension_status.py
tests/test_build_zonal_flow_objective_gate.py
tests/test_callbacks.py
tests/test_cetg.py
tests/test_check_nonlinear_runtime_outputs.py
tests/test_check_nonlinear_window_ensemble.py
tests/test_check_nonlinear_window_ensemble_readiness.py
tests/test_check_overdetermined_nonlinear_gradient_campaign.py
tests/test_check_quasilinear_calibration_inputs.py
tests/test_check_release_artifact_manifest.py
tests/test_check_release_readiness.py
tests/test_check_release_version.py
tests/test_check_repository_size_manifest.py
tests/test_check_vmec_boozer_aggregate_holdout_gate.py
tests/test_check_vmec_boozer_reduced_portfolio_guard.py
tests/test_cli.py
tests/test_compare_gx_cetg.py
tests/test_compare_gx_cetg_restart.py
tests/test_compare_gx_cetg_startup.py
tests/test_compare_gx_fieldsolve_dump.py
tests/test_compare_gx_imported_bigfield_linear.py
tests/test_compare_gx_imported_growth_dump.py
tests/test_compare_gx_imported_linear.py
tests/test_compare_gx_imported_startup.py
tests/test_compare_gx_imported_window.py
tests/test_compare_gx_kbm.py
tests/test_compare_gx_nonlinear.py
tests/test_compare_gx_nonlinear_diagnostics.py
tests/test_compare_gx_nonlinear_rk4_stage.py
tests/test_compare_gx_nonlinear_terms.py
tests/test_compare_gx_rhs_terms.py
tests/test_compare_gx_rk4_stage.py
tests/test_compare_gx_runtime_diag_state.py
tests/test_compare_gx_runtime_startup.py
tests/test_compare_gx_runtime_window.py
tests/test_compare_gx_secondary.py
tests/test_compare_gx_startup.py
tests/test_compare_w7x_zonal_reference.py
tests/test_compress_docs_previews.py
tests/test_compress_release_previews.py
tests/test_config.py
tests/test_derive_imported_linear_lastvalue_table.py
tests/test_device_parity_gate.py
tests/test_differentiable_geometry.py
tests/test_differentiable_geometry_bridge.py
tests/test_diffrax_integrators.py
tests/test_diffrax_integrators_core.py
tests/test_digitize_w7x_zonal_reference.py
tests/test_evaluate_vmec_jax_spectrax_transport_metric.py
tests/test_example_smoke.py
tests/test_external_holdout_plan.py
tests/test_fast_smoke.py
tests/test_from_gx_kernels.py
tests/test_from_gx_miller_internal.py
tests/test_from_gx_vmec_helpers.py
tests/test_full_operator.py
tests/test_gate_laguerre_nonlinear_modes.py
tests/test_gate_linear_rhs_zero_norm_state_window.py
tests/test_generate_electrostatic_diamagnetic_gate.py
tests/test_generate_electrostatic_drift_gate.py
tests/test_generate_electrostatic_field_reduce_gate.py
tests/test_generate_hermite_exchange_gate.py
tests/test_generate_hermite_streaming_ladder_gate.py
tests/test_generate_kbm_branch_gate_summary.py
tests/test_generate_kbm_reference_overlay.py
tests/test_generate_linear_rhs_electrostatic_slices_gate.py
tests/test_generate_linear_rhs_streaming_electrostatic_gate.py
tests/test_generate_linear_rhs_streaming_gate.py
tests/test_generate_logical_cpu_parallel_scan_gate.py
tests/test_generate_miller_zonal_response_pilot.py
tests/test_generate_nonlinear_sharding_production_gate.py
tests/test_generate_observed_order_gate.py
tests/test_generate_parallel_ky_scan_gate.py
tests/test_generate_periodic_streaming_microkernel_gate.py
tests/test_generate_quasilinear_runtime_parallel_gate.py
tests/test_generate_velocity_field_reduce_gate.py
tests/test_generate_w7x_reference_overlay.py
tests/test_generate_w7x_zonal_response_panel.py
tests/test_geometry.py
tests/test_geometry_miller_lowlevel.py
tests/test_geometry_standalone.py
tests/test_grids.py
tests/test_gx_consistency.py
tests/test_gx_diagnostics.py
tests/test_gx_integrators_lowlevel.py
tests/test_gx_legacy_output.py
tests/test_gx_reduced_models.py
tests/test_gyroaverage.py
tests/test_hyperdiffusion.py
tests/test_independent_ky_scaling_artifacts.py
tests/test_io.py
tests/test_linear.py
tests/test_linear_helpers_extra.py
tests/test_linear_krylov_core.py
tests/test_linear_moments_invariants.py
tests/test_linear_parallel_dispatch.py
tests/test_make_benchmark_atlas.py
tests/test_make_cyclone_assets.py
tests/test_make_gx_cyclone_kbm_panel.py
tests/test_make_gx_publication_panel.py
tests/test_make_gx_summary_panel.py
tests/test_make_validation_gate_index.py
tests/test_miller_eik.py
tests/test_nonlinear.py
tests/test_nonlinear_domain_parallel.py
tests/test_nonlinear_exb.py
tests/test_nonlinear_gradient_evidence.py
tests/test_nonlinear_gradient_followup.py
tests/test_nonlinear_gradient_ql_seed_screen.py
tests/test_nonlinear_gradient_state_control_runbook.py
tests/test_nonlinear_helpers_extra.py
tests/test_nonlinear_parallel.py
tests/test_nonlinear_replicate_diagnostics.py
tests/test_nonlinear_replicate_followup.py
tests/test_nonlinear_sharding_artifacts.py
tests/test_nonlinear_spectral_communication_gate.py
tests/test_nonlinear_transport_optimization.py
tests/test_normalization.py
tests/test_operators.py
tests/test_parallel.py
tests/test_parallel_artifact_contracts.py
tests/test_parallel_decomposition.py
tests/test_parallelization_examples.py
tests/test_performance_optimization_manifest.py
tests/test_plot_external_vmec_nonlinear_convergence_gate.py
tests/test_plot_independent_ky_scan_scaling.py
tests/test_plot_nonlinear_feasibility_pilot.py
tests/test_plot_nonlinear_rhs_profile.py
tests/test_plot_nonlinear_sharding_strong_scaling.py
tests/test_plot_nonlinear_window_statistics.py
tests/test_plot_quasilinear_calibration.py
tests/test_plot_quasilinear_candidate_uncertainty.py
tests/test_plot_quasilinear_dataset_sufficiency.py
tests/test_plot_quasilinear_model_selection_status.py
tests/test_plot_quasilinear_saturation_rule_sweep.py
tests/test_plot_quasilinear_shape_aware_saturation.py
tests/test_plot_quasilinear_spectrum.py
tests/test_plot_quasilinear_spectrum_shape_gate.py
tests/test_plot_quasilinear_uq_ensemble_scaling.py
tests/test_plot_stellarator_optimization_uq.py
tests/test_plot_vmec_jax_equilibrium_inventory.py
tests/test_plot_w7x_exact_state_audit.py
tests/test_plot_w7x_fluctuation_spectrum_panel.py
tests/test_plot_w7x_zonal_closure_ladder.py
tests/test_plot_w7x_zonal_contract_audit.py
tests/test_plot_w7x_zonal_moment_tail_audit.py
tests/test_plot_w7x_zonal_recurrence_sweep.py
tests/test_plot_w7x_zonal_state_convention_audit.py
tests/test_plot_zonal_flow_response_from_output.py
tests/test_plotting.py
tests/test_postprocess_nonlinear_gradient_control_mean_campaign.py
tests/test_postprocess_overdetermined_nonlinear_gradient_campaign.py
tests/test_prepare_external_vmec_holdout_from_screen.py
tests/test_probe_gx_kbm_extractors.py
tests/test_profile_full_linear_rhs_trace.py
tests/test_profile_full_nonlinear_rhs_trace.py
tests/test_profile_independent_ky_scan_scaling.py
tests/test_profile_linear_cache_build.py
tests/test_profile_linear_rhs_parallel_slices.py
tests/test_profile_linear_rhs_parallel_slices_sweep.py
tests/test_profile_linear_rhs_terms.py
tests/test_profile_nonlinear_sharding.py
tests/test_profile_nonlinear_sharding_sweep.py
tests/test_profile_quasilinear_uq_ensemble_scaling.py
tests/test_profile_runtime_startup.py
tests/test_profiler_options.py
tests/test_public_api.py
tests/test_qa_low_turbulence.py
tests/test_quasilinear.py
tests/test_quasilinear_calibration.py
tests/test_quasilinear_implicit_sensitivity_demo.py
tests/test_quasilinear_model_selection.py
tests/test_quasilinear_model_selection_extra.py
tests/test_quasilinear_promotion_guardrails.py
tests/test_quasilinear_uq_ensemble_scaling_artifacts.py
tests/test_quasilinear_window.py
tests/test_refactor_coverage_manifest.py
tests/test_release_scope_docs.py
tests/test_restart.py
tests/test_restart_gate.py
tests/test_run_benchmark_refresh.py
tests/test_run_device_parity_gate.py
tests/test_run_exact_state_audit.py
tests/test_run_imported_linear_targeted_audit.py
tests/test_run_kbm_lowky_extractor_audit.py
tests/test_run_nonlinear_gradient_direct_campaign.py
tests/test_run_nonlinear_gradient_manifest_postprocess.py
tests/test_run_overdetermined_nonlinear_gradient_campaign.py
tests/test_run_restart_parity_gate.py
tests/test_run_tests_fast.py
tests/test_run_vmec_jax_guarded_transport_ladder.py
tests/test_run_vmec_roundtrip_gate.py
tests/test_run_wide_coverage_gate.py
tests/test_runners.py
tests/test_runtime_artifacts.py
tests/test_runtime_chunks.py
tests/test_runtime_config.py
tests/test_runtime_helpers.py
tests/test_runtime_policies.py
tests/test_runtime_results.py
tests/test_runtime_runner.py
tests/test_secondary.py
tests/test_sharded_integrators.py
tests/test_sharding.py
tests/test_solver_objective_gradients.py
tests/test_species.py
tests/test_stellarator_objective_portfolio.py
tests/test_stellarator_optimization.py
tests/test_summarize_nonlinear_replicate_spread.py
tests/test_terms_assembly.py
tests/test_terms_fields.py
tests/test_terms_integrators.py
tests/test_terms_operators.py
tests/test_terms_validation.py
tests/test_validation_coverage_manifest.py
tests/test_validation_gates.py
tests/test_velocity_sharding.py
tests/test_vmec_boundary_transport_landscape.py
tests/test_vmec_eik.py
tests/test_vmec_example_inventory.py
tests/test_vmec_jax_boundary_chain.py
tests/test_vmec_jax_candidate_gate.py
tests/test_vmec_jax_qa_exact_scripts.py
tests/test_vmec_jax_qa_optimization_driver.py
tests/test_vmec_jax_transport_admission.py
tests/test_vmec_jax_transport_gradient.py
tests/test_vmec_jax_transport_line_search.py
tests/test_vmec_jax_transport_objective.py
tests/test_vmec_roundtrip_gate.py
tests/test_write_external_vmec_holdout_configs.py
tests/test_write_nonlinear_replicate_followup_campaign.py
tests/test_write_optimized_equilibrium_transport_configs.py
tests/test_write_overdetermined_nonlinear_gradient_campaign.py
tests/test_write_vmec_asymmetric_state_to_input_mapping_campaign.py
tests/test_write_vmec_boundary_perturbation_inputs.py
tests/test_write_vmec_boundary_profile_perturbation_inputs.py
tests/test_write_vmec_jax_projected_transport_line_search_inputs.py
tests/test_write_vmec_state_control_short_bracket_launch.py
tests/test_write_vmec_state_to_input_mapping_campaign.py
tests/test_write_w7x_zonal_closure_sweep.py
tests/test_zonal_objective.py
tests/test_zonal_validation.py