LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
bmcs_matmod/__init__.py
bmcs_matmod/__version__.py
bmcs_matmod/api.py
bmcs_matmod/version.py
bmcs_matmod.egg-info/PKG-INFO
bmcs_matmod.egg-info/SOURCES.txt
bmcs_matmod.egg-info/dependency_links.txt
bmcs_matmod.egg-info/entry_points.txt
bmcs_matmod.egg-info/requires.txt
bmcs_matmod.egg-info/top_level.txt
bmcs_matmod/design_description/01_gsm_presentation_framework.md
bmcs_matmod/design_description/02_gsm_presentation_framework_refined.md
bmcs_matmod/design_description/03_gsm_presentation_framework_refined_aiida.md
bmcs_matmod/design_description/04_gsm_presentation_framework_parametric_tools_comparison.md
bmcs_matmod/design_description/05_material_research_management_platform_recommendation.md
bmcs_matmod/design_description/06_structural_member_design_IRD_platform_recommendation.md
bmcs_matmod/design_description/07_aiida_and_project_management.md
bmcs_matmod/design_description/08_open_source_project_management.md
bmcs_matmod/design_description/09_open_source_project_management_openproject_comparison.md
bmcs_matmod/design_description/10_lims_eln_review.md
bmcs_matmod/design_description/11_material_research_process_uml.md
bmcs_matmod/design_description/11_material_research_process_uml.puml
bmcs_matmod/design_description/12_material_research_process_uml_activity_example.puml
bmcs_matmod/design_description/13_material_research_process_refined_activity.md
bmcs_matmod/design_description/13_material_research_process_refined_activity.puml
bmcs_matmod/design_description/14_material_research_process_state_diagram.puml
bmcs_matmod/design_description/14_material_research_process_state_diagram_explanation.md
bmcs_matmod/design_description/15_aiida_for_parallel_binder_characterization.md
bmcs_matmod/design_description/16_gsm_aiida_integration_architecture.md
bmcs_matmod/design_description/17_fatrescon_workchain_architecture.md
bmcs_matmod/design_description/18_fatrescon_development_scenarios_aiidalab_local.md
bmcs_matmod/design_description/aiida_material_research_workflow_example.ipynb
bmcs_matmod/gsm_lagrange/__init__.py
bmcs_matmod/gsm_lagrange/gsm_lagrange.puml
bmcs_matmod/gsm_lagrange/aiida_plugin/__init__.py
bmcs_matmod/gsm_lagrange/aiida_plugin/calculations.py
bmcs_matmod/gsm_lagrange/aiida_plugin/gsm_simulation_script.py
bmcs_matmod/gsm_lagrange/aiida_plugin/response_data_node.py
bmcs_matmod/gsm_lagrange/aiida_plugin/response_data_query.py
bmcs_matmod/gsm_lagrange/aiida_plugin/submission_utils.py
bmcs_matmod/gsm_lagrange/cli/__init__.py
bmcs_matmod/gsm_lagrange/cli/__main__.py
bmcs_matmod/gsm_lagrange/cli/cli_gsm.py
bmcs_matmod/gsm_lagrange/cli/cli_gsm_clean.py
bmcs_matmod/gsm_lagrange/cli/cli_response_data.py
bmcs_matmod/gsm_lagrange/cli/examples/05_remote_requests.py
bmcs_matmod/gsm_lagrange/cli/examples/06_batch_processing.py
bmcs_matmod/gsm_lagrange/cli/examples/07_jupyter_integration.ipynb
bmcs_matmod/gsm_lagrange/cli/examples/08_workchain_integration.py
bmcs_matmod/gsm_lagrange/cli/examples/09_validation_demo.py
bmcs_matmod/gsm_lagrange/cli/examples/README.md
bmcs_matmod/gsm_lagrange/cli/examples/README_CURRENT.md
bmcs_matmod/gsm_lagrange/cli/examples/__init__.py
bmcs_matmod/gsm_lagrange/cli/examples/create_gsm1d_ed_params.py
bmcs_matmod/gsm_lagrange/cli/examples/demo_corrected_params.py
bmcs_matmod/gsm_lagrange/cli/examples/example_usage.py
bmcs_matmod/gsm_lagrange/cli/examples/test_corrected_params.py
bmcs_matmod/gsm_lagrange/cli/tests/__init__.py
bmcs_matmod/gsm_lagrange/core/__init__.py
bmcs_matmod/gsm_lagrange/core/gsm_def.py
bmcs_matmod/gsm_lagrange/core/gsm_def_registry.py
bmcs_matmod/gsm_lagrange/core/gsm_engine.py
bmcs_matmod/gsm_lagrange/core/gsm_model.py
bmcs_matmod/gsm_lagrange/core/gsm_vars.py
bmcs_matmod/gsm_lagrange/core/response_data.py
bmcs_matmod/gsm_lagrange/core/response_data_viz.py
bmcs_matmod/gsm_lagrange/core2/VARIABLE_NAMING.md
bmcs_matmod/gsm_lagrange/core2/__init__.py
bmcs_matmod/gsm_lagrange/core2/disk_cached_property.py
bmcs_matmod/gsm_lagrange/core2/gsm1d.py
bmcs_matmod/gsm_lagrange/core2/gsm3d_ifc.py
bmcs_matmod/gsm_lagrange/core2/gsm_engine.py
bmcs_matmod/gsm_lagrange/core2/gsm_model.py
bmcs_matmod/gsm_lagrange/core2/gsm_symb_def.py
bmcs_matmod/gsm_lagrange/core2/gsm_symb_def_01.ipynb
bmcs_matmod/gsm_lagrange/core2/material_params.py
bmcs_matmod/gsm_lagrange/dev-reports/10_GSM_ARCHITECTURE_REFINEMENT.md
bmcs_matmod/gsm_lagrange/dev-reports/11_PHASE01_GSMDef_Purification.md
bmcs_matmod/gsm_lagrange/dev-reports/GSM_AIIDA_PLUGIN_IMPLEMENTATION_SUMMARY.md
bmcs_matmod/gsm_lagrange/dev-reports/GSM_DEFINITION_VS_MODEL_CLARIFICATION.md
bmcs_matmod/gsm_lagrange/dev-reports/GSM_DEF_FUNCTION_RENAMING_SUMMARY.md
bmcs_matmod/gsm_lagrange/dev-reports/GSM_REGISTRY_COMPLETION_SUMMARY.md
bmcs_matmod/gsm_lagrange/dev-reports/GSM_REGISTRY_UNIFICATION_SUMMARY.md
bmcs_matmod/gsm_lagrange/dev-reports/IMPLEMENTATION_SUMMARY.md
bmcs_matmod/gsm_lagrange/dev-reports/NEXT_STEPS.md
bmcs_matmod/gsm_lagrange/dev-reports/README.md
bmcs_matmod/gsm_lagrange/dev-reports/REORGANIZATION_SUMMARY.md
bmcs_matmod/gsm_lagrange/dev-reports/SIMPLIFICATION_SUMMARY.md
bmcs_matmod/gsm_lagrange/dev-reports/SIMULATION_RESULTS_EXPLANATION.md
bmcs_matmod/gsm_lagrange/dev-reports/gpt_discussion.md
bmcs_matmod/gsm_lagrange/examples/aiida_architecture_plan.py
bmcs_matmod/gsm_lagrange/examples/streamlined_architecture_demo.py
bmcs_matmod/gsm_lagrange/gsm_widgets/__init__.py
bmcs_matmod/gsm_lagrange/gsm_widgets/gsm_def_widget.py
bmcs_matmod/gsm_lagrange/models/__init__.py
bmcs_matmod/gsm_lagrange/models/gsm1d_ed.py
bmcs_matmod/gsm_lagrange/models/gsm1d_ep.py
bmcs_matmod/gsm_lagrange/models/gsm1d_epd.py
bmcs_matmod/gsm_lagrange/models/gsm1d_evp.py
bmcs_matmod/gsm_lagrange/models/gsm1d_evpd.py
bmcs_matmod/gsm_lagrange/models/gsm1d_ve.py
bmcs_matmod/gsm_lagrange/models/gsm1d_ved.py
bmcs_matmod/gsm_lagrange/models/gsm1d_vevp.py
bmcs_matmod/gsm_lagrange/models/gsm1d_vevpd.py
bmcs_matmod/gsm_lagrange/notebooks/__init__.py
bmcs_matmod/gsm_lagrange/notebooks/gsm_lagrange_aiida_demo.ipynb
bmcs_matmod/gsm_lagrange/notebooks/gsm_model.ipynb
bmcs_matmod/gsm_lagrange/notebooks/present_gsm_cyclic_strain.ipynb
bmcs_matmod/gsm_lagrange/notebooks/present_gsm_derivation.ipynb
bmcs_matmod/gsm_lagrange/notebooks/present_gsm_generic_framework.ipynb
bmcs_matmod/gsm_lagrange/notebooks/present_gsm_monotonic_asc.ipynb
bmcs_matmod/gsm_lagrange/notebooks/verify_ineq_eq_interaction.ipynb
bmcs_matmod/gsm_lagrange/notebooks/verify_ved_convergence.ipynb
bmcs_matmod/plot/__init__.py
bmcs_matmod/plot/fatigue_animator.py
bmcs_matmod/plot/tevpd_ifc_plot.py
bmcs_matmod/time_function/README.md
bmcs_matmod/time_function/__init__.py
bmcs_matmod/time_function/time_fn.ipynb
bmcs_matmod/time_function/time_fn.puml
bmcs_matmod/time_function/time_fn.py
bmcs_matmod/time_function/tests/README.md
bmcs_matmod/time_function/tests/__init__.py
bmcs_matmod/time_function/tests/conftest.py
bmcs_matmod/time_function/tests/test_time_fn.py
examples/two_level_data_architecture_demo.py
notebooks/enfaticon/__init__.py
notebooks/enfaticon/cymbol.py
notebooks/enfaticon/tevpd_1dof_plot.py
notebooks/enfaticon/tevpd_ifc_plot.py
notebooks/generic_thermodynamics/mat_study_te_vp_d.py
notebooks/slide/ldm/__init__.py
notebooks/slide/ldm/ldm.py