SchroSIM Studio
SchroSIM Studio is the open-source UI surface for building and inspecting photonic circuit studies before execution through the SchroSIM core runtime.
What It Covers
- Project-scoped circuit layouts and reusable presets.
- Backend-aware execution policy selection.
- Foundry-profile and runtime validation evidence.
- QEC-oriented result views, diagnostics, and replay summaries.
- Export paths that keep circuit, runtime, and report artifacts inspectable.
Run From Source
swift run schrosim-studio
The Studio target is defined in the root Swift package and uses the same public SchroSIM core library as the CLI.
Source Layout
core-swift/Sources/schrosim-studio/contains the SwiftUI app.core-swift/Tests/SchroSIMStudioTests/contains Studio-focused Swift tests.docs/config/profiles/contains public sample profiles used by the UI.
Generated exports and local workflow state are intentionally not tracked.