CQCL / guppylang

Pythonic quantum-classical programming language
Apache License 2.0
18 stars 2 forks source link

feat: Return already-compiled hugrs from `GuppyModule.compile` #247

Closed aborgna-q closed 2 weeks ago

aborgna-q commented 2 weeks ago

Closes #246

I'm not sure where to add a test for this, as it's not integration nor error testing.

mark-koch commented 2 weeks ago

I'm not sure where to add a test for this, as it's not integration nor error testing.

Mhm it's probably fine to just add it to the integration module, maybe in a new file or in test_basic.py?