-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Device trait added. version updated to 1.0.0-alpha.1 Co-authored-by: Marina Walt <[email protected]> Co-authored-by: Nicolas Vogt <[email protected]>
- Loading branch information
1 parent
413dada
commit df3c842
Showing
15 changed files
with
2,219 additions
and
2,353 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "qoqo-macros" | ||
version = "1.0.0-alpha" | ||
version = "1.0.0-alpha.1" | ||
authors = ["HQS Quantum Simulations <[email protected]>"] | ||
license = "Apache-2.0" | ||
readme = "../README.md" | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "qoqo" | ||
version = "1.0.0-alpha" | ||
version = "1.0.0-alpha.1" | ||
authors = ["HQS Quantum Simulations <[email protected]>"] | ||
license = "Apache-2.0" | ||
homepage = "https://github.com/HQSquantumsimulations/qoqo" | ||
|
@@ -32,8 +32,8 @@ num-complex = "0.4" | |
thiserror = "1.0" | ||
qoqo_calculator = { version="0.7" } | ||
qoqo_calculator_pyo3 = {version="0.7", default-features=false} | ||
qoqo-macros = {version="1.0.0-alpha", path="../qoqo-macros"} | ||
roqoqo = {version="1.0.0-alpha", path="../roqoqo", features=["serialize", "overrotate"]} | ||
qoqo-macros = {version="1.0.0-alpha.1", path="../qoqo-macros"} | ||
roqoqo = {version="1.0.0-alpha.1", path="../roqoqo", features=["serialize", "overrotate"]} | ||
numpy = "0.16" | ||
bincode = "1.3" | ||
serde_json = "1.0" | ||
|
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 |
---|---|---|
|
@@ -7757,7 +7757,7 @@ LICENSE: | |
|
||
|
||
==================================================== | ||
qoqo 1.0.0-alpha | ||
qoqo 1.0.0-alpha.1 | ||
https://github.com/HQSquantumsimulations/qoqo | ||
by HQS Quantum Simulations <[email protected]> | ||
Quantum computing circuit toolkit. Python interface of roqoqo | ||
|
@@ -7969,7 +7969,7 @@ LICENSE: | |
|
||
|
||
==================================================== | ||
qoqo-macros 1.0.0-alpha | ||
qoqo-macros 1.0.0-alpha.1 | ||
by HQS Quantum Simulations <[email protected]> | ||
Macros for the qoqo crate | ||
License: Apache-2.0 | ||
|
@@ -10055,7 +10055,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |
|
||
|
||
==================================================== | ||
roqoqo 1.0.0-alpha | ||
roqoqo 1.0.0-alpha.1 | ||
https://github.com/HQSquantumsimulations/qoqo | ||
by HQS Quantum Simulations <[email protected]> | ||
Rust Quantum Computing Toolkit by HQS | ||
|
@@ -10267,7 +10267,7 @@ LICENSE: | |
|
||
|
||
==================================================== | ||
roqoqo-derive 1.0.0-alpha | ||
roqoqo-derive 1.0.0-alpha.1 | ||
by HQS Quantum Simulations <[email protected]> | ||
Macros for the roqoqo crate | ||
License: Apache-2.0 | ||
|
@@ -10478,7 +10478,7 @@ LICENSE: | |
|
||
|
||
==================================================== | ||
roqoqo-test 1.0.0-alpha | ||
roqoqo-test 1.0.0-alpha.1 | ||
https://github.com/HQSquantumsimulations/qoqo | ||
by HQS Quantum Simulations <[email protected]> | ||
Testing helper functions for roqoqo toolkit | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.