LICENSE
README.md
pyproject.toml
src/mechanics_dsl/__init__.py
src/mechanics_dsl/compiler.py
src/mechanics_dsl/energy.py
src/mechanics_dsl/parser.py
src/mechanics_dsl/solver.py
src/mechanics_dsl/symbolic.py
src/mechanics_dsl/units.py
src/mechanics_dsl/utils.py
src/mechanics_dsl/visualization.py
src/mechanics_dsl/codegen/__init__.py
src/mechanics_dsl/codegen/cpp.py
src/mechanicsdsl_core.egg-info/PKG-INFO
src/mechanicsdsl_core.egg-info/SOURCES.txt
src/mechanicsdsl_core.egg-info/dependency_links.txt
src/mechanicsdsl_core.egg-info/requires.txt
src/mechanicsdsl_core.egg-info/top_level.txt
tests/test_3d_systems.py
tests/test_advanced_mechanics.py
tests/test_chaotic_systems.py
tests/test_complex_pendulums.py
tests/test_constrained_systems.py
tests/test_edge_cases.py
tests/test_energy_conservation.py
tests/test_hamiltonian_formulation.py
tests/test_integration_pipeline.py
tests/test_nonconservative_forces.py
tests/test_performance_stress.py
tests/test_system.py
tests/test_units.py
tests/test_utils.py