-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
99e3275
commit 6c3cd1f
Showing
4 changed files
with
17 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,8 @@ | |
(values)) | ||
|
||
(asdf:defsystem #:qvm | ||
:description "An implementation of the Quantum Abstract Machine." | ||
:author "Robert Smith <[email protected]>" | ||
:description "An implementation of the Quantum/Quil Abstract Machine." | ||
:author "Robert Smith, Rigetti Computing, and Quil-Lang Contributors" | ||
:license "Apache License 2.0 (See LICENSE.txt)" | ||
:version (:read-file-form "VERSION.txt") | ||
:defsystem-depends-on (#:cffi-grovel) | ||
|
@@ -24,7 +24,6 @@ | |
#:lparallel | ||
;; Matrix algebra | ||
(:version #:magicl/core "0.9.0") | ||
#:magicl/ext-lapack | ||
;; weak hash tables | ||
#:trivial-garbage | ||
;; static globals | ||
|
@@ -40,7 +39,7 @@ | |
;; Portable random number generator | ||
#:mt19937 | ||
;; For allocation info. | ||
#+sbcl #:sb-introspect | ||
(:feature :sbcl #:sb-introspect) | ||
;; Portable *features* | ||
#:trivial-features) | ||
:in-order-to ((asdf:test-op (asdf:test-op #:qvm-tests))) | ||
|