A novel framework for understanding quantum measurement through observer-dependent collapse.
- Observer-Dependent Collapse: Different observers can experience different measurement outcomes
- Computable Framework: Full simulation capabilities, not just theory
- Interactive Demo: Web-based visualization of ORQL concepts
- Rigorous Formalism: Mathematical foundations with proofs
git clone https://github.com/yourusername/orql-framework.git
cd orql-framework
pip install -e .from orql.simulation import ToyModel
model = ToyModel()
model.run_demo()cd web
python -m http.server 8000
# Open http://localhost:8000pytest tests/See CONTRIBUTING.md for guidelines.
MIT License - see LICENSE
If you use ORQL in your research:
@article{orql2024,
title={Observer-Relational Quantum Logic},
author={Your Name},
year={2024},
journal={arXiv preprint}
}