We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb8858 commit 4b7c74bCopy full SHA for 4b7c74b
src/classical-memory-mixin.lisp
@@ -36,7 +36,7 @@
36
:classical-memory-subsystem (make-instance 'qvm:classical-memory-subsystem)
37
:wait-function 'warning-wait-function
38
;; XXX FIXME: To be superseded by some notion of environments.
39
- :gate-definitions (copy-hash-table quil::**default-gate-definitions**))
+ :gate-definitions (copy-hash-table cl-quil.frontend::**default-gate-definitions**))
40
(:metaclass abstract-class)
41
(:documentation "A mixin for quantum abstract machines making use of a classical memory subsystem and a program vector."))
42
0 commit comments