Skip to content

Commit

Permalink
fix: remove time debug
Browse files Browse the repository at this point in the history
  • Loading branch information
notmgsk committed Oct 2, 2023
1 parent e9d9dac commit c820460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quilc/api.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
(cl-quil.frontend:print-parsed-program program s)))

(defun parse-chip-spec-isa-json (isa-json)
(time (cl-quil::qpu-hash-table-to-chip-specification (yason:parse isa-json))))
(cl-quil::qpu-hash-table-to-chip-specification (yason:parse isa-json)))

(defun conjugate-pauli-by-clifford (pauli-indices-ptr pauli-indices-len pauli-terms-ptr pauli-terms-len clifford-program phase-ptr pauli-ptr)
(let ((pauli-indices (unpack-c-array-to-lisp-list pauli-indices-ptr pauli-indices-len :int))
Expand Down

0 comments on commit c820460

Please sign in to comment.