-
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.
Trying to fix deploy pipeline (#446)
* Updated version number to prepare for next release * Trying to update * Fixing build * Adding compatibility to pipeline * Fixed cargo.toml * Trying to fix pipeline * Unstaging issues * Reverting Implemented in 1_2 * Fixed typo * Updated copyright year * Added unittests for errors in devices * Updating stack * Updated version * Fixed notebook link * Fixed a clippy error * Updated cargo.lock and simplified gitignore * Fixed updated clippy test * Updated dependencies * Removed freehead pyo3 form source code * updated version * Updated with cargo update * Fixed gitignore according to comments * Fixing deploy pipeline * Trying to fix pipeline
- Loading branch information
Showing
14 changed files
with
37 additions
and
34 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
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 = "compatibility_test" | ||
version = "1.2.1" | ||
version = "1.2.2" | ||
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.1" } | ||
roqoqo = {version="1.2.1", path="../roqoqo", features=["serialize", "overrotate"]} | ||
roqoqo = {version="1.2.2", path="../roqoqo", features=["serialize", "overrotate"]} | ||
bincode = {version="1.3"} | ||
|
||
[dev-dependencies] | ||
|
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.2.1" | ||
version = "1.2.2" | ||
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.2.1" | ||
version = "1.2.2" | ||
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="1.1" } | ||
qoqo_calculator_pyo3 = {version="1.1", default-features=false} | ||
qoqo-macros = {version="1.2.1", path="../qoqo-macros"} | ||
roqoqo = {version="1.2.1", path="../roqoqo", features=["serialize", "overrotate"]} | ||
qoqo-macros = {version="1.2.2", path="../qoqo-macros"} | ||
roqoqo = {version="1.2.2", path="../roqoqo", features=["serialize", "overrotate"]} | ||
numpy = "0.17" | ||
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
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 |
---|---|---|
|
@@ -8723,7 +8723,7 @@ LICENSE: | |
|
||
|
||
==================================================== | ||
qoqo 1.2.1 | ||
qoqo 1.2.2 | ||
https://github.com/HQSquantumsimulations/qoqo | ||
by HQS Quantum Simulations <[email protected]> | ||
Quantum computing circuit toolkit. Python interface of roqoqo | ||
|
@@ -8935,7 +8935,7 @@ LICENSE: | |
|
||
|
||
==================================================== | ||
qoqo-macros 1.2.1 | ||
qoqo-macros 1.2.2 | ||
by HQS Quantum Simulations <[email protected]> | ||
Macros for the qoqo crate | ||
License: Apache-2.0 | ||
|
@@ -11005,7 +11005,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |
|
||
|
||
==================================================== | ||
roqoqo 1.2.1 | ||
roqoqo 1.2.2 | ||
https://github.com/HQSquantumsimulations/qoqo | ||
by HQS Quantum Simulations <[email protected]> | ||
Rust Quantum Computing Toolkit by HQS | ||
|
@@ -11217,7 +11217,7 @@ LICENSE: | |
|
||
|
||
==================================================== | ||
roqoqo-derive 1.2.1 | ||
roqoqo-derive 1.2.2 | ||
by HQS Quantum Simulations <[email protected]> | ||
Macros for the roqoqo crate | ||
License: Apache-2.0 | ||
|
@@ -11428,7 +11428,7 @@ LICENSE: | |
|
||
|
||
==================================================== | ||
roqoqo-test 1.2.1 | ||
roqoqo-test 1.2.2 | ||
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.2.1" | ||
version = "1.2.2" | ||
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.2.1" | ||
version = "1.2.2" | ||
authors = ["HQS Quantum Simulations <[email protected]>"] | ||
license = "Apache-2.0" | ||
edition = "2021" | ||
|
@@ -19,7 +19,7 @@ crate-type = ["rlib"] | |
|
||
[dependencies] | ||
qoqo_calculator = { version="1.1" } | ||
roqoqo = {version="1.2.1", path="../roqoqo", features=["serialize"]} | ||
roqoqo = {version="1.2.2", path="../roqoqo", features=["serialize"]} | ||
rand = "0.8" | ||
nalgebra = "0.31" | ||
ndarray = { version = "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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "roqoqo" | ||
version = "1.2.1" | ||
version = "1.2.2" | ||
authors = ["HQS Quantum Simulations <[email protected]>"] | ||
license = "Apache-2.0" | ||
edition = "2021" | ||
|
@@ -28,7 +28,7 @@ num-complex = { version = "0.4"} | |
thiserror = "1.0" | ||
dyn-clone = {version="1.0", optional=true} | ||
qoqo_calculator = { version="1.1"} | ||
roqoqo-derive = {version="1.2.1", path="../roqoqo-derive"} | ||
roqoqo-derive = {version="1.2.2", path="../roqoqo-derive"} | ||
typetag = {version="0.2", optional=true} | ||
nalgebra = "0.31" | ||
# schemars = { version="0.8", features = ["num-complex", "ndarray"], optional=true } | ||
|
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