-
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.
Pinned clap version and updated version (#589)
* 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 * Updated version and pinned clap version --------- Co-authored-by: Matteo Lodi <[email protected]>
- Loading branch information
Showing
24 changed files
with
4,551 additions
and
4,790 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.3" | ||
version = "1.15.2-alpha.4" | ||
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.3", path = "../../roqoqo", features = [ | ||
roqoqo = { version = "~1.15.2-alpha.4", 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.3" | ||
version = "1.15.2-alpha.4" | ||
license = "Apache-2.0" | ||
edition = "2021" | ||
rust-version = "1.70" | ||
|
@@ -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.3", path = "../../roqoqo", features = [ | ||
roqoqo = { version = "~1.15.2-alpha.4", 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.3" | ||
version = "1.15.2-alpha.4" | ||
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.3", path = "../../roqoqo", features = [ | ||
roqoqo = { version = "~1.15.2-alpha.4", 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.3" | ||
version = "1.15.2-alpha.4" | ||
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.3", path = "../../roqoqo", features = [ | ||
roqoqo = { version = "~1.15.2-alpha.4", 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.3" | ||
version = "1.15.2-alpha.4" | ||
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.3", path = "../../roqoqo", features = [ | ||
roqoqo = { version = "~1.15.2-alpha.4", 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.3" | ||
version = "1.15.2-alpha.4" | ||
authors = ["HQS Quantum Simulations <[email protected]>"] | ||
license = "Apache-2.0" | ||
edition = "2021" | ||
|
@@ -22,7 +22,7 @@ publish = false | |
test_roqoqo_1_14 = { package = "roqoqo", version = "=1.14.0" } | ||
test_roqoqo_derive_1_14 = { package = "roqoqo-derive", version = "=1.14.0" } | ||
qoqo_calculator = { version = "~1.2" } | ||
roqoqo = { version = "~1.15.2-alpha.3", path = "../../roqoqo", features = [ | ||
roqoqo = { version = "~1.15.2-alpha.4", 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.3" | ||
version = "1.15.2-alpha.4" | ||
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.3", path = "../../roqoqo", features = [ | ||
roqoqo = { version = "~1.15.2-alpha.4", 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.3" | ||
version = "1.15.2-alpha.4" | ||
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.3", path = "../../roqoqo", features = [ | ||
roqoqo = { version = "~1.15.2-alpha.4", 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.3" | ||
version = "1.15.2-alpha.4" | ||
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.3", path = "../../roqoqo", features = [ | ||
roqoqo = { version = "~1.15.2-alpha.4", 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.3" | ||
version = "1.15.2-alpha.4" | ||
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.3", path = "../../roqoqo", features = [ | ||
roqoqo = { version = "~1.15.2-alpha.4", 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.3" | ||
version = "1.15.2-alpha.4" | ||
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.3", path = "../../roqoqo", features = [ | ||
roqoqo = { version = "~1.15.2-alpha.4", 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.3" | ||
version = "1.15.2-alpha.4" | ||
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.3", path = "../../roqoqo", features = [ | ||
roqoqo = { version = "~1.15.2-alpha.4", 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.3" | ||
version = "1.15.2-alpha.4" | ||
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.3", path = "../../roqoqo", features = [ | ||
roqoqo = { version = "~1.15.2-alpha.4", 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.3" | ||
version = "1.15.2-alpha.4" | ||
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.3", path = "../../roqoqo", features = [ | ||
roqoqo = { version = "~1.15.2-alpha.4", 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.3" | ||
version = "1.15.2-alpha.4" | ||
authors = ["HQS Quantum Simulations <[email protected]>"] | ||
license = "Apache-2.0" | ||
edition = "2021" | ||
|
@@ -23,7 +23,7 @@ test_roqoqo_1_2 = { package = "roqoqo", features = [ | |
"serialize", | ||
], version = "=1.2.5" } | ||
qoqo_calculator = { version = "~1.2" } | ||
roqoqo = {version = "~1.15.2-alpha.3", path = "../../roqoqo", features = ["serialize", "overrotate"] } | ||
roqoqo = {version = "~1.15.2-alpha.4", path = "../../roqoqo", features = ["serialize", "overrotate"] } | ||
num-complex = { version = "0.4" } | ||
ndarray = "0.15" | ||
|
||
|
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
Oops, something went wrong.