Metadata-Version: 2.4
Name: reasonforge-physics
Version: 0.1.0
Summary: Physics and quantum computing MCP server - 16 tools for physics simulations
Author-email: Derek Fox <derek-fox@mail.com>
Project-URL: Homepage, https://github.com/foxintheloop/ReasonForge
Project-URL: Repository, https://github.com/foxintheloop/ReasonForge
Project-URL: Issues, https://github.com/foxintheloop/ReasonForge/issues
Keywords: mcp,physics,quantum,mechanics,electromagnetism,sympy
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: mcp>=1.0.0
Requires-Dist: sympy>=1.12
Requires-Dist: reasonforge>=0.1.0
Requires-Dist: numpy>=1.24.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.21.0; extra == "dev"
Requires-Dist: black>=23.0.0; extra == "dev"
Requires-Dist: ruff>=0.1.0; extra == "dev"

# ReasonForge Physics
**Physics and quantum computing - 16 tools**

## Tools
- Classical Mechanics (3): lagrangian_mechanics, hamiltonian_mechanics, noether_theorem
- Electromagnetism & Relativity (2): maxwell_equations, special_relativity
- Quantum Computing (10): create_quantum_state, quantum_gate_operations, tensor_product_states, quantum_entanglement_measure, quantum_circuit_symbolic, quantum_measurement, quantum_fidelity, pauli_matrices, commutator_anticommutator, quantum_evolution
- Optimization (1): symbolic_optimization_setup

## License
MIT License
