welcome

Casting a line into Guppy's depths

An ongoing log of everything I'm discovering about Guppy — a quantum programming language built by Quantinuum.


Recent Activity

view log →
PR Thu Mar 27 view PR
PR #1589 docs: Improve docstrings for angles.py
PR Fri Mar 13 view PR
PR #1551 fix: Nested modifier propagation
Q-Net Fri Mar 13
Q-Net Connect 2026: Day 2: Various Talks

Featured

Recent Pull Requests

view all →
Pull Requests · #11
fix
PR #1551: Fixing Nested Modifier Propagation
Fixed a bug where nested with modifier blocks (dagger, control, power) silently ignored outer modifier constraints instead of correctly propagating them through the compilation pipeline.
Pull Requests · #10
feature
PR #1527: Clearer Errors When Misusing Guppy Objects in comptime()
Added a dedicated error diagnostic for using Guppy functions or types inside comptime() expressions, replacing raw Python tracebacks with a message that explains the problem and how to fix it.
Pull Requests · #9
fix
PR #1496: Fixing WASM Module Path Resolution
Fixed a file system bug where Guppy looked for WASM modules relative to the current working directory instead of the source file's location, breaking Jupyter notebook workflows.