LICENSE
README.md
pyproject.toml
mdbench.egg-info/PKG-INFO
mdbench.egg-info/SOURCES.txt
mdbench.egg-info/dependency_links.txt
mdbench.egg-info/entry_points.txt
mdbench.egg-info/requires.txt
mdbench.egg-info/top_level.txt
problems/__init__.py
problems/capillary-rise-circular-tube.yaml
problems/capillary-rise-conical-tube.yaml
problems/capillary-rise-electrowetting.yaml
problems/capillary-rise-surfactant.yaml
problems/demo_problem.yaml
problems/poiseuille-flow-conical-tube.yaml
problems/poiseuille-flow-newtonian-fluid.yaml
problems/poiseuille-flow-power-law-fluid.yaml
problems/poiseuille-flow-wall-slip.yaml
problems/settling-terminal-velocity-exponential-viscosity.yaml
problems/settling-terminal-velocity-linear-density-gradient.yaml
problems/settling-terminal-velocity-quadratic-drag.yaml
problems/settling-terminal-velocity-uniform-fluid.yaml
src/evaluate_result.py
src/export_problems.py
src/prepare_problem.py
src/synthetic_data.py
src/validate_problem.py
src/visualize_mechanism.py
src/cli/run.py
src/core/__init__.py
src/core/problem.py
src/core/solution.py
src/features/__init__.py
src/features/answer.py
src/features/evaluation/__init__.py
src/features/evaluation/evaluation_package.py
src/features/evaluation/mechanism_trace.py
src/features/io/__init__.py
src/features/io/load_problem.py
src/features/io/load_submission.py
src/features/io/solve_mechanism_equations.py
src/features/sampling/__init__.py
src/features/sampling/range_inferrer.py
src/features/units/__init__.py
src/features/units/unit_inference.py
src/features/validation/__init__.py
src/features/validation/mechanism_derivation.py
src/features/validation/mechanism_fundamentality.py
src/features/visualization/__init__.py
src/features/visualization/mechanism_graph.py
src/metrics/__init__.py
src/metrics/formula_similarity.py
src/metrics/hybrid_formula_similarity.py
src/metrics/mechanism_fundamentality.py
src/metrics/mechanism_similarity.py
src/metrics/mechanism_simplicity.py
src/utils/__init__.py
src/utils/console.py
src/utils/lazy_loader.py
src/utils/log_exception.py
src/utils/logger.py
src/utils/path_utils.py
src/utils/tag2ansi.py
src/utils/unit_parser.py
src/utils/llm/__init__.py
src/utils/llm/core.py
src/utils/llm/deepseek_api.py
src/utils/llm/gemini_api.py
src/utils/llm/llm_api.py
src/utils/llm/manual_api.py
src/utils/llm/openai_api.py
src/utils/llm/openrouter_api.py
src/utils/llm/siliconflow_api.py
src/utils/llm/tool_call_mixin.py
tests/test_evaluation_modes.py
tests/test_evaluation_trace.py
tests/test_export_problems.py
tests/test_hybrid_formula_similarity.py
tests/test_implicit_solver.py
tests/test_load_problem.py
tests/test_load_submission.py
tests/test_mechanism_fundamentality.py
tests/test_mechanism_graph.py
tests/test_prepare_and_score.py
tests/test_structural_mechanism_similarity.py
tests/test_synthetic_data.py
tests/test_unit_inference.py
tests/test_validate_problem.py