Qualtran icon indicating copy to clipboard operation
Qualtran copied to clipboard

Qᴜᴀʟᴛʀᴀɴ is a Python library for expressing and analyzing Fault Tolerant Quantum algorithms.

Results 272 Qualtran issues
Sort by recently updated
recently updated
newest added

`SU2RotationGate` with precision `eps` uses `eps/3` for each sub-rotation. But the controlled version will have 4 rotations because the `GlobalPhase` will become a Z rotation. This needs a specialized controlled...

bloqs/basic_gates

"Simulating chemistry efficiently on fault-tolerant quantum computers" http://arxiv.org/abs/1204.0567, Fig 4. ![image](https://github.com/user-attachments/assets/5f32b874-ed7f-4e33-8ae5-1eecb4e135a5) - [x] Call graph - [ ] Use cirq API for decomposition - [ ] Bloq-style decomposition: requires a...

bloqs/rotations