Commit graph

3 commits

Author SHA1 Message Date
Zijie Yu
a3b5982e33 Fix: Resolve 'low >= high' error in circuit generation - Fixed np.random.randint(2, 2) error when num_additional_edges_max == 1 - Added proper handling for cases where only 1 additional edge is possible - Prevents continuous failures when generating circuits with min_nodes=3 2025-06-19 13:28:02 +08:00
Zijie Yu
11e1b74958 Remove debug print statements from circuit modules
- Commented out all DEBUG print statements in circuit.py
- Commented out all DEBUG print statements in libcircuit.py
- Added pass statements where necessary to prevent syntax errors
2025-06-19 12:45:51 +08:00
Zijie Yu
e7542b25f1 add circuit 2025-06-18 19:27:53 +08:00