Spaces:
Sleeping
Sleeping
BioOps Team
feat: BioOps Twin v1.0 — Enterprise-Grade Digital Twin for Lab Centrifuge Calibration
38ff7a1 | """BioOps Twin — Simulation Core sub-package. | |
| Contains the physics engine, state machine, command pattern, and telemetry | |
| data structures for the centrifuge digital twin. | |
| """ | |
| from bioops.simulation_core.state_machine import MachineState | |
| from bioops.simulation_core.telemetry import TelemetrySnapshot | |
| from bioops.simulation_core.simulator import CentrifugeSimulator | |
| __all__ = ["MachineState", "TelemetrySnapshot", "CentrifugeSimulator"] | |