Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing deploy pipeline #376

Merged
merged 90 commits into from
Oct 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
90 commits
Select commit Hold shift + click to select a range
3d3df44
update dependencies
nfwvogt Sep 3, 2021
b26dbbd
Merge branch 'main' of github.com:HQSquantumsimulations/qoqo
nfwvogt Sep 17, 2021
8e4586c
updated dependencies
nfwvogt Sep 17, 2021
e0b38a1
Temporary change of qoqo_calculator
kbarkhqs Sep 29, 2021
d0b3696
Removed qoqo_calculator branch dependency
kbarkhqs Sep 30, 2021
8fcfa46
Merge branch 'main' of github.com:HQSquantumsimulations/qoqo into main
kbarkhqs Sep 30, 2021
542bb23
Increased version numbers and updated changelog
kbarkhqs Sep 30, 2021
2c4a309
Fixed input type for DeviceTrait
kbarkhqs Oct 11, 2021
99cc350
Merge branch 'main' of github.com:HQSquantumsimulations/qoqo into main
kbarkhqs Oct 11, 2021
2af9d07
Fixed unittest
kbarkhqs Oct 11, 2021
9fd882c
Merge branch 'HQSquantumsimulations:main' into main
nfwvogt Oct 20, 2021
b4d17b2
Fixed merge conflicts
kbarkhqs Oct 26, 2021
c132034
Fixing merge conflicts
kbarkhqs Oct 29, 2021
3395e4c
Fixed merge conflicts
kbarkhqs Oct 29, 2021
8019735
merged
nfwvogt Nov 3, 2021
b77e7d3
Simplified two qubit gate matrix unittests
kbarkhqs Nov 8, 2021
144cdf6
Updated to pyo3 0.15.0
kbarkhqs Nov 9, 2021
12502cd
Fixed typo in ci workflow
kbarkhqs Nov 9, 2021
64aff14
Removed faulty 3.10 (python) support, will address later
kbarkhqs Nov 9, 2021
aaf15cb
Started unittesting qoqo quantum program
kbarkhqs Nov 9, 2021
f95365a
Fixed merge conflicts
kbarkhqs Nov 9, 2021
a5d6541
Increased unittest coverage for quantum program
kbarkhqs Nov 11, 2021
c0d16b6
Fixed merge conflicts
kbarkhqs Nov 11, 2021
046ce16
Increased coverage for quantum program and measurements in qoqo
kbarkhqs Nov 12, 2021
01483ba
Added unittests for multi qubit gates in qoqo
kbarkhqs Nov 12, 2021
85e15e9
Increased coverage for multi qubit gate operations and pragma operations
kbarkhqs Nov 12, 2021
2e65fdf
Fixed formatting
kbarkhqs Nov 12, 2021
73bc29e
Merge branch 'main' of github.com:nfwvogt/qoqo
nfwvogt Nov 18, 2021
e09b5af
Merge branch 'main' of github.com:HQSquantumsimulations/qoqo
nfwvogt Nov 18, 2021
e6189f4
Merge branch 'main' of github.com:HQSquantumsimulations/qoqo
nfwvogt Nov 18, 2021
8ed882e
fixing bug in MultiQubitZZ gate
nfwvogt Nov 18, 2021
2ee92ac
Update multi_qubit_gate_operations.rs
kbarkhqs Nov 18, 2021
bbf17dd
Merge branch 'main' of github.com:HQSquantumsimulations/qoqo into main
kbarkhqs Nov 18, 2021
e53dd2a
Merge branch 'fix_multi_qubit_zz' of https://github.com/nfwvogt/qoqo …
kbarkhqs Nov 18, 2021
60b5307
Fixed whitespace
kbarkhqs Nov 23, 2021
51c74f4
Merge branch 'main' of github.com:HQSquantumsimulations/qoqo into main
kbarkhqs Nov 23, 2021
59eb5a3
Merge branch 'main' of github.com:HQSquantumsimulations/qoqo into main
kbarkhqs Nov 23, 2021
12a05a5
Merge branch 'main' of github.com:HQSquantumsimulations/qoqo into main
kbarkhqs Dec 1, 2021
0f724a5
Merge branch 'main' of github.com:HQSquantumsimulations/qoqo into main
kbarkhqs Dec 16, 2021
519a7b2
Updated dependencies
kbarkhqs Dec 16, 2021
3dca653
fixed formatting
kbarkhqs Dec 16, 2021
dada631
Updated dependencies serde
kbarkhqs Dec 17, 2021
87677a6
Fixed merge conflicts
kbarkhqs Dec 17, 2021
687840c
Merge branch 'main' of github.com:HQSquantumsimulations/qoqo into main
kbarkhqs Jan 10, 2022
73ba694
Updated dependencies
kbarkhqs Jan 10, 2022
cf799ed
Fixed clippy for tests
kbarkhqs Jan 10, 2022
8fba939
Fixed formatting
kbarkhqs Jan 10, 2022
12d4025
Merge branch 'main' of github.com:HQSquantumsimulations/qoqo into main
kbarkhqs Jan 11, 2022
1d0ec04
Merge branch 'HQSquantumsimulations:main' into main
kbarkhqs Jan 14, 2022
e17ad9d
Merge branch 'main' of github.com:HQSquantumsimulations/qoqo into main
kbarkhqs Jan 19, 2022
180bd51
Merge branch 'main' of github.com:HQSquantumsimulations/qoqo into main
kbarkhqs Jan 20, 2022
f9f3914
Updated CHANGELOG and added to README
kbarkhqs Feb 9, 2022
506ab72
Merge branch 'main' of github.com:HQSquantumsimulations/qoqo into main
kbarkhqs Feb 9, 2022
80703f9
Added python tests
kbarkhqs Feb 11, 2022
f4f1fcf
Merge branch 'main' of github.com:HQSquantumsimulations/qoqo into main
kbarkhqs Feb 11, 2022
f7c7a46
Merge branch 'main' into main
kbarkhqs Feb 12, 2022
560a0e6
Updated dependencies
kbarkhqs Feb 12, 2022
0042ff3
Updated dependencies and file
kbarkhqs Feb 12, 2022
f158f45
Merge branch 'main' of github.com:HQSquantumsimulations/qoqo into main
kbarkhqs Mar 3, 2022
d0fb08f
Merge branch 'main' of github.com:HQSquantumsimulations/qoqo into main
kbarkhqs Mar 30, 2022
b65c3de
Merge branch 'main' of github.com:HQSquantumsimulations/qoqo into main
kbarkhqs Apr 19, 2022
e9f8997
Updated to qoqo_calculator 0.8
kbarkhqs Jun 22, 2022
37a84c6
Updated to qoqo_calculator 0.8 and updated version numbers
kbarkhqs Jun 22, 2022
b29d5c0
Fixed merge conflicts
kbarkhqs Jul 4, 2022
33ece56
Pulled from upstream
kbarkhqs Aug 1, 2022
10ee325
Added first README fixes from Florian
kbarkhqs Aug 16, 2022
93dce1f
Started updating to new clippy
kbarkhqs Aug 17, 2022
35e2b22
Merge branch 'main' of github.com:HQSquantumsimulations/qoqo into main
kbarkhqs Aug 17, 2022
b989457
Fixed formatting
kbarkhqs Aug 17, 2022
b90cede
Changed to (ro)qoqo provies x3
kbarkhqs Aug 18, 2022
a5467a7
Updated install instructions of the qoqo package
kbarkhqs Aug 18, 2022
df5bd8d
Fixed typo
kbarkhqs Aug 18, 2022
e68e5d5
Requested changes
kbarkhqs Aug 18, 2022
74327c1
Merge branch 'main' of github.com:HQSquantumsimulations/qoqo into main
kbarkhqs Aug 18, 2022
b45f1c9
Merge branch 'main' of github.com:HQSquantumsimulations/qoqo into main
kbarkhqs Sep 13, 2022
9da5025
Merge branch 'main' of github.com:HQSquantumsimulations/qoqo into main
kbarkhqs Sep 29, 2022
faf72a3
Added unittests for beta.3
kbarkhqs Sep 29, 2022
4cd1227
Merge branch 'main' of github.com:HQSquantumsimulations/qoqo into main
kbarkhqs Oct 5, 2022
0abe793
Updating workflow
kbarkhqs Oct 5, 2022
45f7847
parent c7366d2dc244e5907795a406cae8773f03ab0e79
dependabot[bot] Sep 6, 2021
a09992c
Merge branch 'main' of github.com:kbarkhqs/qoqo into main
kbarkhqs Oct 5, 2022
39b166d
Merge branch 'main' of github.com:HQSquantumsimulations/qoqo into main
kbarkhqs Oct 6, 2022
04ac527
Fixing pipelines
kbarkhqs Oct 6, 2022
0ffd3ab
Trying to fix pipeline
kbarkhqs Oct 6, 2022
82c5208
Updated version numbers
kbarkhqs Oct 6, 2022
6c13f03
Fixed merge conflicts
kbarkhqs Oct 6, 2022
256a814
Adapted changelog
kbarkhqs Oct 6, 2022
ff9aadf
New fix for compatibility issues
kbarkhqs Oct 6, 2022
6ff094f
Fixed merge conflicts
kbarkhqs Oct 6, 2022
320ace7
Including compatibility tests in ci
kbarkhqs Oct 6, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
python-version: ${{ matrix.python.py }}
- run: |
python -m pip install numpy
cargo test --workspace --no-default-features --locked
cargo test --workspace --no-default-features --locked --features="compatibility"
cargo fmt --all -- --check

cargo-deny:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This changelog track changes to the qoqo project starting at version v0.5.0

## 1.1.0-beta.6
## 1.1.0-beta.7

* Fixed github pipeline deploy

Expand Down
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion qoqo-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qoqo-macros"
version = "1.1.0-beta.6"
version = "1.1.0-beta.7"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
readme = "../README.md"
Expand Down
6 changes: 3 additions & 3 deletions qoqo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qoqo"
version = "1.1.0-beta.6"
version = "1.1.0-beta.7"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
homepage = "https://github.com/HQSquantumsimulations/qoqo"
Expand Down Expand Up @@ -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.1.0-beta.6", path="../qoqo-macros"}
roqoqo = {version="1.1.0-beta.6", path="../roqoqo", features=["serialize", "overrotate"]}
qoqo-macros = {version="1.1.0-beta.7", path="../qoqo-macros"}
roqoqo = {version="1.1.0-beta.7", path="../roqoqo", features=["serialize", "overrotate"]}
numpy = "0.17"
bincode = "1.3"
serde_json = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion qoqo/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "qoqo"
version = "1.1.0-beta.6"
version = "1.1.0-beta.7"
dependencies = [
'numpy',
'qoqo_calculator_pyo3>=1.1.0',
Expand Down
Loading