Commit 2201507
test: add verification for QuditCircuit dim > 36 limit
Added a test case in `tests/test_quditcircuit.py` to verify that `QuditCircuit`
raises `NotImplementedError` when initialized with a dimension greater than 36.
This ensures the string-encoded IO limitation is properly enforced and tested.
Co-authored-by: refraction-ray <35157286+refraction-ray@users.noreply.github.com>1 parent 8c2d1a5 commit 2201507
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
| 350 | + | |
| 351 | + | |
350 | 352 | | |
351 | 353 | | |
352 | 354 | | |
| |||
0 commit comments