-
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.
* Using both struqture 1.0 and 2.0 in noise models * Removed struqture two dep * 1.11 Dependencies Bugfix (#559) * clippy * new cargos * pyproject corr * clippy * lock + dependencies * compat test cargos * CHANGELOG * test correction * dead_code * rand better pin * roq dep compatibility tests * CHANGELOG * fmt (#560) * Updated path * Fixing issues * Removed non-pipeline test * Updated cimpatibility test struqture dep to 1.9 * Added compatibility test for 1.14 * trying to fix new compatibility test * Fixing struqture import for test * Fixing typo * Commenting out test for now * Increased version * Updated deps and changelog * Updated version of compatibility tests * Added overwritten compatibility test file * Increased version due to typo --------- Co-authored-by: Matteo Lodi <[email protected]>
- Loading branch information
Showing
23 changed files
with
49 additions
and
49 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "compatibility_test_1_0" | ||
version = "1.15.2-alpha.0" | ||
version = "1.15.2-alpha.1" | ||
authors = ["HQS Quantum Simulations <[email protected]>"] | ||
license = "Apache-2.0" | ||
edition = "2021" | ||
|
@@ -22,7 +22,7 @@ publish = false | |
test_roqoqo_1_0 = { package = "roqoqo", version = "=1.0.0" } | ||
test_roqoqo_derive_1_0 = { package = "roqoqo-derive", version = "=1.0.0" } | ||
qoqo_calculator = { version = "~1.2" } | ||
roqoqo = { version = "~1.15.2-alpha.0", path = "../../roqoqo", features = [ | ||
roqoqo = { version = "~1.15.2-alpha.1", path = "../../roqoqo", features = [ | ||
"serialize", | ||
"overrotate", | ||
] } | ||
|
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,7 +1,7 @@ | ||
[package] | ||
authors = ["HQS Quantum Simulations <[email protected]>"] | ||
name = "compatibility_test_1_10" | ||
version = "1.15.2-alpha.0" | ||
version = "1.15.2-alpha.1" | ||
license = "Apache-2.0" | ||
edition = "2021" | ||
rust-version = "1.56" | ||
|
@@ -22,7 +22,7 @@ publish = false | |
test_roqoqo_1_10 = { package = "roqoqo", version = "=1.10.0" } | ||
test_roqoqo_derive_1_10 = { package = "roqoqo-derive", version = "=1.10.0" } | ||
qoqo_calculator = { version = "~1.2" } | ||
roqoqo = { version = "~1.15.2-alpha.0", path = "../../roqoqo", features = [ | ||
roqoqo = { version = "~1.15.2-alpha.1", path = "../../roqoqo", features = [ | ||
"serialize", | ||
"overrotate", | ||
] } | ||
|
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 = "compatibility_test_1_11" | ||
version = "1.15.2-alpha.0" | ||
version = "1.15.2-alpha.1" | ||
authors = ["HQS Quantum Simulations <[email protected]>"] | ||
license = "Apache-2.0" | ||
edition = "2021" | ||
|
@@ -22,7 +22,7 @@ publish = false | |
test_roqoqo_1_11 = { package = "roqoqo", version = "=1.11.0" } | ||
test_roqoqo_derive_1_11 = { package = "roqoqo-derive", version = "=1.11.0" } | ||
qoqo_calculator = { version = "~1.2" } | ||
roqoqo = { version = "~1.15.2-alpha.0", path = "../../roqoqo", features = [ | ||
roqoqo = { version = "~1.15.2-alpha.1", path = "../../roqoqo", features = [ | ||
"serialize", | ||
"overrotate", | ||
] } | ||
|
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 = "compatibility_test_1_12" | ||
version = "1.15.2-alpha.0" | ||
version = "1.15.2-alpha.1" | ||
authors = ["HQS Quantum Simulations <[email protected]>"] | ||
license = "Apache-2.0" | ||
edition = "2021" | ||
|
@@ -22,7 +22,7 @@ publish = false | |
test_roqoqo_1_12 = { package = "roqoqo", version = "=1.12.1" } | ||
test_roqoqo_derive_1_12 = { package = "roqoqo-derive", version = "=1.12.1" } | ||
qoqo_calculator = { version = "~1.2" } | ||
roqoqo = { version = "~1.15.2-alpha.0", path = "../../roqoqo", features = [ | ||
roqoqo = { version = "~1.15.2-alpha.1", path = "../../roqoqo", features = [ | ||
"serialize", | ||
"overrotate", | ||
] } | ||
|
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 = "compatibility_test_1_13" | ||
version = "1.15.2-alpha.0" | ||
version = "1.15.2-alpha.1" | ||
authors = ["HQS Quantum Simulations <[email protected]>"] | ||
license = "Apache-2.0" | ||
edition = "2021" | ||
|
@@ -22,7 +22,7 @@ publish = false | |
test_roqoqo_1_13 = { package = "roqoqo", version = "=1.13.0" } | ||
test_roqoqo_derive_1_13 = { package = "roqoqo-derive", version = "=1.13.0" } | ||
qoqo_calculator = { version = "~1.2" } | ||
roqoqo = { version = "~1.15.2-alpha.0", path = "../../roqoqo", features = [ | ||
roqoqo = { version = "~1.15.2-alpha.1", path = "../../roqoqo", features = [ | ||
"serialize", | ||
"overrotate", | ||
] } | ||
|
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 = "compatibility_test_1_14" | ||
version = "1.15.2-alpha.0" | ||
version = "1.15.2-alpha.1" | ||
authors = ["HQS Quantum Simulations <[email protected]>"] | ||
license = "Apache-2.0" | ||
edition = "2021" | ||
|
@@ -23,7 +23,7 @@ test_roqoqo_1_14 = { package = "roqoqo", version = "=1.14.0" } | |
test_roqoqo_derive_1_14 = { package = "roqoqo-derive", version = "=1.14.0" } | ||
test_struqture_1_14 = { package = "struqture", version = "=1.7.1" } | ||
qoqo_calculator = { version = "~1.2" } | ||
roqoqo = { version = "~1.15.2-alpha.0", path = "../../roqoqo", features = [ | ||
roqoqo = { version = "~1.15.2-alpha.1", path = "../../roqoqo", features = [ | ||
"serialize", | ||
"overrotate", | ||
] } | ||
|
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 = "compatibility_test_1_2" | ||
version = "1.15.2-alpha.0" | ||
version = "1.15.2-alpha.1" | ||
authors = ["HQS Quantum Simulations <[email protected]>"] | ||
license = "Apache-2.0" | ||
edition = "2021" | ||
|
@@ -22,7 +22,7 @@ publish = false | |
test_roqoqo_1_2 = { package = "roqoqo", version = "=1.2.5" } | ||
test_roqoqo_derive_1_2 = { package = "roqoqo-derive", version = "=1.2.5" } | ||
qoqo_calculator = { version = "~1.2" } | ||
roqoqo = { version = "~1.15.2-alpha.0", path = "../../roqoqo", features = [ | ||
roqoqo = { version = "~1.15.2-alpha.1", path = "../../roqoqo", features = [ | ||
"serialize", | ||
"overrotate", | ||
] } | ||
|
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 = "compatibility_test_1_3" | ||
version = "1.15.2-alpha.0" | ||
version = "1.15.2-alpha.1" | ||
authors = ["HQS Quantum Simulations <[email protected]>"] | ||
license = "Apache-2.0" | ||
edition = "2021" | ||
|
@@ -22,7 +22,7 @@ publish = false | |
test_roqoqo_1_3 = { package = "roqoqo", version = "=1.3.2" } | ||
test_roqoqo_derive_1_3 = { package = "roqoqo-derive", version = "=1.3.2" } | ||
qoqo_calculator = { version = "~1.2" } | ||
roqoqo = { version = "~1.15.2-alpha.0", path = "../../roqoqo", features = [ | ||
roqoqo = { version = "~1.15.2-alpha.1", path = "../../roqoqo", features = [ | ||
"serialize", | ||
"overrotate", | ||
] } | ||
|
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 = "compatibility_test_1_4" | ||
version = "1.15.2-alpha.0" | ||
version = "1.15.2-alpha.1" | ||
authors = ["HQS Quantum Simulations <[email protected]>"] | ||
license = "Apache-2.0" | ||
edition = "2021" | ||
|
@@ -22,7 +22,7 @@ publish = false | |
test_roqoqo_1_4 = { package = "roqoqo", version = "=1.4.0" } | ||
test_roqoqo_derive_1_4 = { package = "roqoqo-derive", version = "=1.4.0" } | ||
qoqo_calculator = { version = "1.1" } | ||
roqoqo = { version = "~1.15.2-alpha.0", path = "../../roqoqo", features = [ | ||
roqoqo = { version = "~1.15.2-alpha.1", path = "../../roqoqo", features = [ | ||
"serialize", | ||
"overrotate", | ||
] } | ||
|
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 = "compatibility_test_1_5" | ||
version = "1.15.2-alpha.0" | ||
version = "1.15.2-alpha.1" | ||
authors = ["HQS Quantum Simulations <[email protected]>"] | ||
license = "Apache-2.0" | ||
edition = "2021" | ||
|
@@ -22,7 +22,7 @@ publish = false | |
test_roqoqo_1_5 = { package = "roqoqo", version = "=1.5.0" } | ||
test_roqoqo_derive_1_5 = { package = "roqoqo-derive", version = "=1.5.0" } | ||
qoqo_calculator = { version = "~1.2" } | ||
roqoqo = { version = "~1.15.2-alpha.0", path = "../../roqoqo", features = [ | ||
roqoqo = { version = "~1.15.2-alpha.1", path = "../../roqoqo", features = [ | ||
"serialize", | ||
"overrotate", | ||
] } | ||
|
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 = "compatibility_test_1_6" | ||
version = "1.15.2-alpha.0" | ||
version = "1.15.2-alpha.1" | ||
authors = ["HQS Quantum Simulations <[email protected]>"] | ||
license = "Apache-2.0" | ||
edition = "2021" | ||
|
@@ -22,7 +22,7 @@ publish = false | |
test_roqoqo_1_6 = { package = "roqoqo", version = "=1.6.1" } | ||
test_roqoqo_derive_1_6 = { package = "roqoqo-derive", version = "=1.6.1" } | ||
qoqo_calculator = { version = "~1.2" } | ||
roqoqo = { version = "~1.15.2-alpha.0", path = "../../roqoqo", features = [ | ||
roqoqo = { version = "~1.15.2-alpha.1", path = "../../roqoqo", features = [ | ||
"serialize", | ||
"overrotate", | ||
] } | ||
|
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 = "compatibility_test_1_7" | ||
version = "1.15.2-alpha.0" | ||
version = "1.15.2-alpha.1" | ||
authors = ["HQS Quantum Simulations <[email protected]>"] | ||
license = "Apache-2.0" | ||
edition = "2021" | ||
|
@@ -22,7 +22,7 @@ publish = false | |
test_roqoqo_1_7 = { package = "roqoqo", version = "=1.7.1" } | ||
test_roqoqo_derive_1_7 = { package = "roqoqo-derive", version = "=1.7.1" } | ||
qoqo_calculator = { version = "~1.2" } | ||
roqoqo = { version = "~1.15.2-alpha.0", path = "../../roqoqo", features = [ | ||
roqoqo = { version = "~1.15.2-alpha.1", path = "../../roqoqo", features = [ | ||
"serialize", | ||
"overrotate", | ||
] } | ||
|
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 = "compatibility_test_1_8" | ||
version = "1.15.2-alpha.0" | ||
version = "1.15.2-alpha.1" | ||
authors = ["HQS Quantum Simulations <[email protected]>"] | ||
license = "Apache-2.0" | ||
edition = "2021" | ||
|
@@ -22,7 +22,7 @@ publish = false | |
test_roqoqo_1_8 = { package = "roqoqo", version = "=1.8.0" } | ||
test_roqoqo_derive_1_8 = { package = "roqoqo-derive", version = "=1.8.0" } | ||
qoqo_calculator = { version = "~1.2" } | ||
roqoqo = { version = "~1.15.2-alpha.0", path = "../../roqoqo", features = [ | ||
roqoqo = { version = "~1.15.2-alpha.1", path = "../../roqoqo", features = [ | ||
"serialize", | ||
"overrotate", | ||
] } | ||
|
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 = "compatibility_test_1_9" | ||
version = "1.15.2-alpha.0" | ||
version = "1.15.2-alpha.1" | ||
authors = ["HQS Quantum Simulations <[email protected]>"] | ||
license = "Apache-2.0" | ||
edition = "2021" | ||
|
@@ -22,7 +22,7 @@ publish = false | |
test_roqoqo_1_9 = { package = "roqoqo", version = "=1.9.0" } | ||
test_roqoqo_derive_1_9 = { package = "roqoqo-derive", version = "=1.9.0" } | ||
qoqo_calculator = { version = "~1.2" } | ||
roqoqo = { version = "~1.15.2-alpha.0", path = "../../roqoqo", features = [ | ||
roqoqo = { version = "~1.15.2-alpha.1", path = "../../roqoqo", features = [ | ||
"serialize", | ||
"overrotate", | ||
] } | ||
|
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 = "compatibility_test_sim" | ||
version = "1.15.2-alpha.0" | ||
version = "1.15.2-alpha.1" | ||
authors = ["HQS Quantum Simulations <[email protected]>"] | ||
license = "Apache-2.0" | ||
edition = "2021" | ||
|
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.15.2-alpha.0" | ||
version = "1.15.2-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] | ||
|
||
version = "1.15.2-alpha.0" | ||
version = "1.15.2-alpha.1" | ||
name = "qoqo" | ||
authors = ["HQS Quantum Simulations <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
@@ -40,8 +40,8 @@ num-complex = "0.4" | |
thiserror = "1.0" | ||
qoqo_calculator = { version = "~1.2" } | ||
qoqo_calculator_pyo3 = { version = "~1.2", default-features = false } | ||
qoqo-macros = { version = "~1.15.2-alpha.0", path = "../qoqo-macros" } | ||
roqoqo = { version = "~1.15.2-alpha.0", path = "../roqoqo", features = [ | ||
qoqo-macros = { version = "~1.15.2-alpha.1", path = "../qoqo-macros" } | ||
roqoqo = { version = "~1.15.2-alpha.1", path = "../roqoqo", features = [ | ||
"serialize", | ||
"overrotate", | ||
] } | ||
|
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 |
---|---|---|
|
@@ -24527,7 +24527,7 @@ LICENSE-APACHE: | |
|
||
|
||
==================================================== | ||
qoqo 1.15.2-alpha.0 | ||
qoqo 1.15.2-alpha.1 | ||
https://github.com/HQSquantumsimulations/qoqo | ||
by HQS Quantum Simulations <[email protected]> | ||
Quantum computing circuit toolkit. Python interface of roqoqo | ||
|
@@ -24739,7 +24739,7 @@ LICENSE: | |
|
||
|
||
==================================================== | ||
qoqo-macros 1.15.2-alpha.0 | ||
qoqo-macros 1.15.2-alpha.1 | ||
by HQS Quantum Simulations <[email protected]> | ||
Macros for the qoqo crate | ||
License: Apache-2.0 | ||
|
@@ -27745,7 +27745,7 @@ limitations under the License. | |
|
||
|
||
==================================================== | ||
roqoqo 1.15.2-alpha.0 | ||
roqoqo 1.15.2-alpha.1 | ||
https://github.com/HQSquantumsimulations/qoqo | ||
by HQS Quantum Simulations <[email protected]> | ||
Rust Quantum Computing Toolkit by HQS | ||
|
@@ -27957,7 +27957,7 @@ LICENSE: | |
|
||
|
||
==================================================== | ||
roqoqo-derive 1.15.2-alpha.0 | ||
roqoqo-derive 1.15.2-alpha.1 | ||
by HQS Quantum Simulations <[email protected]> | ||
Macros for the roqoqo crate | ||
License: Apache-2.0 | ||
|
@@ -28168,7 +28168,7 @@ LICENSE: | |
|
||
|
||
==================================================== | ||
roqoqo-test 1.15.2-alpha.0 | ||
roqoqo-test 1.15.2-alpha.1 | ||
https://github.com/HQSquantumsimulations/qoqo | ||
by HQS Quantum Simulations <[email protected]> | ||
Testing helper functions for roqoqo toolkit | ||
|
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 = "roqoqo-derive" | ||
version = "1.15.2-alpha.0" | ||
version = "1.15.2-alpha.1" | ||
authors = ["HQS Quantum Simulations <[email protected]>"] | ||
license = "Apache-2.0" | ||
edition = "2021" | ||
|
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 = "roqoqo-test" | ||
version = "1.15.2-alpha.0" | ||
version = "1.15.2-alpha.1" | ||
authors = ["HQS Quantum Simulations <[email protected]>"] | ||
license = "Apache-2.0" | ||
edition = "2021" | ||
|
@@ -19,7 +19,7 @@ crate-type = ["rlib"] | |
|
||
[dependencies] | ||
qoqo_calculator = { version = "~1.2" } | ||
roqoqo = { version = "~1.15.2-alpha.0", path = "../roqoqo", features = ["serialize"] } | ||
roqoqo = { version = "~1.15.2-alpha.1", path = "../roqoqo", features = ["serialize"] } | ||
rand = "~0.8" | ||
nalgebra = "0.32" | ||
ndarray = { version = "0.15" } | ||
|
Oops, something went wrong.