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. Status: compiling.


Recent Activity

view log →
Q-Net Fri Mar 13
Q-Net Connect 2026: Day 2: Various Talks
Q-Net Thu Mar 12
Q-Net Connect 2026: Day 1 — From Qubits to Code: Quantinuum for Developers (Dr. Seyon Sivarajah)
Q-Net Thu Mar 5 learn more
Joined Q-Net Community

Featured

Recent Pull Requests

view all →
· #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.
· #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.
· #8
feature
PR #1501: Better Error Messages for Linearity Violations in Structs
Improved error messages when a quantum struct member causes a linearity violation — errors now point at the specific member rather than internal data, making bugs easier to diagnose.