-
Notifications
You must be signed in to change notification settings - Fork 11
Internals of the simulator
Pablo Le Hénaff edited this page Mar 15, 2023
·
2 revisions
QX-simulator internally represents a quantum state using a hash table mapping kets (e.g.
You can read about this approach in this paper by Samuel Jaques and Thomas Häner. Note however that QX-simulator was developed independently and the internal implementation differs.
This way to represent a quantum state is, in a lot of cases, very beneficial in terms of simulation runtime and memory usage.