CQCL / guppylang

Pythonic quantum-classical programming language
https://pypi.org/project/guppylang
Apache License 2.0
25 stars 2 forks source link

feat: Add extern symbols #236

Closed mark-koch closed 3 months ago

mark-koch commented 3 months ago

Closes #169

It's a bit annoying that the type has to be provided as a string, but we can't represent Guppy types as Python objects on user-level yet.

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.68%. Comparing base (4c2b5a9) to head (5cb16ac).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #236 +/- ## ========================================== + Coverage 90.55% 90.68% +0.12% ========================================== Files 43 44 +1 Lines 4628 4679 +51 ========================================== + Hits 4191 4243 +52 + Misses 437 436 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.