LICENSE
README.md
pyproject.toml
src/austenite/__init__.py
src/austenite/_am_native.py
src/austenite/_audit_hash.py
src/austenite/_calphad_extended.py
src/austenite/_calphad_native.py
src/austenite/_client.py
src/austenite/_config.py
src/austenite/_exceptions.py
src/austenite/_ffs_extensions.py
src/austenite/_ffs_native.py
src/austenite/_languages.py
src/austenite/_models.py
src/austenite/active_learning.py
src/austenite/am.py
src/austenite/am_planner.py
src/austenite/ams_heat_treat.py
src/austenite/api581_scenarios.py
src/austenite/asme_iii.py
src/austenite/audit.py
src/austenite/bayesian.py
src/austenite/benchmark.py
src/austenite/busbar_designer.py
src/austenite/calibrate.py
src/austenite/calphad.py
src/austenite/casting.py
src/austenite/cli.py
src/austenite/compliance.py
src/austenite/compliance_editions.py
src/austenite/corrosion.py
src/austenite/coverage.py
src/austenite/creep_pinn.py
src/austenite/cross_database.py
src/austenite/cyclic_plasticity.py
src/austenite/design_path.py
src/austenite/diagnostics.py
src/austenite/ebsd_3d.py
src/austenite/explain.py
src/austenite/ffs.py
src/austenite/forming.py
src/austenite/icme_monte_carlo.py
src/austenite/inverse_heat_treat.py
src/austenite/lca.py
src/austenite/liquid_metal.py
src/austenite/mtc.py
src/austenite/multi_nozzle_vessel.py
src/austenite/nace_mr0175.py
src/austenite/pbf_screening.py
src/austenite/phase_field_grain.py
src/austenite/plugins.py
src/austenite/profile.py
src/austenite/rbi.py
src/austenite/rbi_streaming.py
src/austenite/reliability.py
src/austenite/surrogates.py
src/austenite/thermophysics.py
src/austenite/tmp.py
src/austenite/tribology.py
src/austenite/ttt.py
src/austenite/ttt_cct.py
src/austenite/welding.py
src/austenite/welding_distortion.py
src/austenite/wps.py
src/austenite/wps_generator.py
src/austenite.egg-info/PKG-INFO
src/austenite.egg-info/SOURCES.txt
src/austenite.egg-info/dependency_links.txt
src/austenite.egg-info/entry_points.txt
src/austenite.egg-info/requires.txt
src/austenite.egg-info/top_level.txt
src/austenite/_editions/__init__.py
src/austenite/_editions/api_579_1.json
src/austenite/_editions/api_581.json
src/austenite/_editions/asme_ii_d.json
src/austenite/_editions/astm_a29.json
src/austenite/_editions/nace_mr0175.json
src/austenite/compliance_standards/__init__.py
src/austenite/compliance_standards/ams_6418.py
src/austenite/compliance_standards/ams_6517.py
src/austenite/compliance_standards/astm_a574.py
src/austenite/compliance_standards/astm_a576.py
src/austenite/compliance_standards/dnv_os_f101.py
src/austenite/compliance_standards/gbt_711.py
src/austenite/compliance_standards/imo_pspc.py
src/austenite/compliance_standards/jis_g3106.py
src/austenite/compliance_standards/ks_b_0801.py
src/austenite/compliance_standards/mil_s_46100.py
src/austenite/compliance_standards/_data/__init__.py
src/austenite/compliance_standards/_data/ams_6418.json
src/austenite/compliance_standards/_data/ams_6517.json
src/austenite/compliance_standards/_data/astm_a574.json
src/austenite/compliance_standards/_data/astm_a576.json
src/austenite/compliance_standards/_data/dnv_os_f101.json
src/austenite/compliance_standards/_data/gbt_711.json
src/austenite/compliance_standards/_data/imo_pspc.json
src/austenite/compliance_standards/_data/jis_g3106.json
src/austenite/compliance_standards/_data/ks_b_0801.json
src/austenite/compliance_standards/_data/mil_s_46100.json
src/austenite/data/__init__.py
src/austenite/data/_loader.py
src/austenite/data/alloys.json
src/austenite/data/diffusion_coefficients_extended.json
src/austenite/data/fatigue_curves.json
src/austenite/data/heat_treat_schedules.json
src/austenite/data/kic_database.json
src/austenite/data/magnetic_properties.json
src/austenite/data/oxidation_kinetics.json
src/austenite/data/phase_diagram_critical_points.json
src/austenite/data/published_benchmarks.json
src/austenite/data/surface_tension_T_dependent.json
src/austenite/data/thermophysical_T_dependent.json
src/austenite/data/viscosity_T_dependent.json
src/austenite/data/pretrained_surrogates/design-path-HV30-v0.1.pkl
src/austenite/data/pretrained_surrogates/design-path-KIc-v0.1.pkl
src/austenite/data/pretrained_surrogates/design-path-fatigue-util-v0.1.pkl
src/austenite/data/pretrained_surrogates/design-path-sigma-uts-v0.1.pkl
src/austenite/data/pretrained_surrogates/design-path-sigma-y-v0.1.pkl
src/austenite/export/__init__.py
src/austenite/export/abaqus.py
src/austenite/export/damask.py
src/austenite/export/moose.py
src/austenite/fatigue/__init__.py
src/austenite/fatigue/creep_fatigue.py
src/austenite/fatigue/heat_specific.py
src/austenite/fatigue/multiaxial.py
src/austenite/fatigue/notched.py
src/austenite/io/__init__.py
src/austenite/io/ase.py
src/austenite/io/materials_project.py
src/austenite/io/tdb.py
src/austenite/jax_backend/__init__.py
src/austenite/jax_backend/_calphad.py
src/austenite/jax_backend/_chains.py
src/austenite/jax_backend/_core.py
src/austenite/jax_backend/_fad.py
src/austenite/jax_backend/_meltpool.py
src/austenite/jax_backend/_optimizers.py
src/austenite/jax_backend/_phase_field.py
src/austenite/kinetics/__init__.py
src/austenite/kinetics/grain_growth.py
src/austenite/kinetics/jmak.py
src/austenite/kinetics/kwn.py
src/austenite/kinetics/recrystallization.py
src/austenite/ml/__init__.py
src/austenite/ml/mace_bridge.py
src/austenite/validate/__init__.py
src/austenite/validate/gallery.py
tests/test_advanced_capabilities.py
tests/test_advanced_physics.py
tests/test_am.py
tests/test_am_native_parity.py
tests/test_ams_heat_treat.py
tests/test_audit.py
tests/test_audit2_am.py
tests/test_audit2_codes.py
tests/test_audit2_design_al_icme.py
tests/test_audit2_ffs.py
tests/test_audit2_jax_engines.py
tests/test_audit2_reliability_stats.py
tests/test_audit_am_forming_casting.py
tests/test_audit_calphad_kinetics.py
tests/test_audit_corrosion_welding.py
tests/test_audit_creep_tribology_thermo.py
tests/test_audit_fatigue_fracture.py
tests/test_bayesian.py
tests/test_calibrate.py
tests/test_calphad_extended.py
tests/test_calphad_native.py
tests/test_cli.py
tests/test_client.py
tests/test_compliance.py
tests/test_compliance_ams_6418.py
tests/test_compliance_ams_6517.py
tests/test_compliance_astm_a574.py
tests/test_compliance_astm_a576.py
tests/test_compliance_dnv_os_f101.py
tests/test_compliance_editions.py
tests/test_compliance_gbt_711.py
tests/test_compliance_imo_pspc.py
tests/test_compliance_jis_g3106.py
tests/test_compliance_ks_b_0801.py
tests/test_compliance_mil_s_46100.py
tests/test_compliance_standards_dispatch.py
tests/test_corrosion.py
tests/test_coverage.py
tests/test_cross_database.py
tests/test_data_loader.py
tests/test_design_path.py
tests/test_diagnostics.py
tests/test_ebsd_3d.py
tests/test_enh_am.py
tests/test_enh_corrosion.py
tests/test_enh_creep_plasticity.py
tests/test_enh_fatigue.py
tests/test_enh_heat_treat.py
tests/test_enh_welding.py
tests/test_explain.py
tests/test_export_abaqus.py
tests/test_export_damask.py
tests/test_export_moose.py
tests/test_extended_data.py
tests/test_fatigue_creep.py
tests/test_fatigue_heat_specific.py
tests/test_fatigue_multiaxial.py
tests/test_fatigue_notched.py
tests/test_ffs.py
tests/test_ffs_native_parity.py
tests/test_ffs_parts_4_7_8_11_12_14.py
tests/test_jax_backend.py
tests/test_jax_calphad.py
tests/test_jax_fad.py
tests/test_jax_hybrid.py
tests/test_jax_meltpool.py
tests/test_jax_phase_field.py
tests/test_kinetics.py
tests/test_mace_bridge.py
tests/test_materials_project.py
tests/test_mtc.py
tests/test_mtc_audit.py
tests/test_mtc_batch.py
tests/test_mtc_languages.py
tests/test_multi_nozzle_vessel.py
tests/test_plugins.py
tests/test_profile.py
tests/test_rbi_api581.py
tests/test_reliability_arrhenius.py
tests/test_reliability_cox.py
tests/test_reliability_system.py
tests/test_reliability_weibull.py
tests/test_surrogates_pretrained.py
tests/test_tdb_parser.py
tests/test_tribology.py
tests/test_validate.py
tests/test_validate_gallery.py
tests/test_validation_against_literature.py
tests/test_welding.py
tests/test_wps.py