TeamGraphix / graphix

measurement-based quantum computing (MBQC) compiler and simulator
https://graphix.readthedocs.io
Apache License 2.0
64 stars 21 forks source link

Use `pydantic` effectively #204

Closed EarlMilktea closed 1 month ago

EarlMilktea commented 3 months ago

Is your feature request related to a problem? Please describe.

Currently pydantic validations are sorely used to validate types, which can be elided assuming type annotations are respected.

Describe the feature you'd like