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

Unitary hack #281

Merged
merged 63 commits into from
Jul 17, 2024
Merged
Changes from 1 commit
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
e18afe4
chore: remove unnecessary import
king-p3nguin May 29, 2024
36e3f5e
fix: fix dep warns
king-p3nguin May 29, 2024
33d0e94
fix: fix more depwarns and remove job_monitor
king-p3nguin May 29, 2024
20c2cee
fix: bump up qiskit version
king-p3nguin May 29, 2024
1d56d0b
fix, lint: fix type annotation error for py38, fix lint
king-p3nguin May 29, 2024
30eab91
fix: fix cnot error
king-p3nguin May 29, 2024
0932418
fix: fix examples
king-p3nguin May 29, 2024
c0e7a8a
ci: update workflow
king-p3nguin May 29, 2024
66205f5
test: relax assertion threshold
king-p3nguin May 29, 2024
0167897
Merge branch 'dev' into bump-up-qiskit-version
01110011011101010110010001101111 May 29, 2024
9d544ca
Create QGAN.Py
AbdullahKazi500 May 31, 2024
b0d8446
Added QCBM algorithm with example
Gopal-Dahale May 31, 2024
428be4a
Remove unused imports
Gopal-Dahale May 31, 2024
4bd170c
Updated init py following best practices
Gopal-Dahale May 31, 2024
0b267cf
Add files via upload
AbdullahKazi500 Jun 1, 2024
3a04848
rm density matrix for now
01110011011101010110010001101111 Jun 2, 2024
92d3384
Merge branch 'unitary-hack' into bump-up-qiskit-version
01110011011101010110010001101111 Jun 2, 2024
b7c7f3c
Updated with argparse
Gopal-Dahale Jun 3, 2024
792b766
bump ibm runtime
01110011011101010110010001101111 Jun 5, 2024
b4e6b67
bump qiskit aer
01110011011101010110010001101111 Jun 5, 2024
191934d
[fix] revive paramnum
01110011011101010110010001101111 Jun 5, 2024
b4b2748
change: remove unnessesary cloning
king-p3nguin Jun 6, 2024
dc41acc
Added qcbm gaussian mixture notebook
Gopal-Dahale Jun 6, 2024
134b3c6
support parameter expression in qiskit2tq
king-p3nguin Jun 6, 2024
2ada759
fix tab
Gopal-Dahale Jun 6, 2024
d5ebf7a
fix tab
Gopal-Dahale Jun 6, 2024
f101036
fix spacing
Gopal-Dahale Jun 6, 2024
98b4f36
fix tab
Gopal-Dahale Jun 6, 2024
11e5029
fix tab
Gopal-Dahale Jun 6, 2024
15605d0
Update torchquantum/operator/standard_gates/qubit_unitary.py
king-p3nguin Jun 6, 2024
75955c6
black formatted
Gopal-Dahale Jun 6, 2024
86217e6
added QGan notebook
AbdullahKazi500 Jun 6, 2024
c4ab183
test: add test for qiskit2tq
king-p3nguin Jun 7, 2024
ee6834a
change: print
king-p3nguin Jun 7, 2024
120fc2a
change: remove comments
king-p3nguin Jun 10, 2024
16232df
Create QGan.py
AbdullahKazi500 Jun 11, 2024
7695fd7
Delete examples/Newfolder/QuantumGAN/README.md directory
AbdullahKazi500 Jun 11, 2024
363751b
Create QGan.py
AbdullahKazi500 Jun 11, 2024
aeb213d
Create Readme.md
AbdullahKazi500 Jun 11, 2024
ee7b5f7
Add files via upload
AbdullahKazi500 Jun 12, 2024
37d389b
Update Readme.md
AbdullahKazi500 Jun 12, 2024
945d47c
Add files via upload
AbdullahKazi500 Jun 12, 2024
ad384fa
Merge pull request #267 from king-p3nguin/bump-up-qiskit-version
Hanrui-Wang Jun 12, 2024
60ace1e
Merge pull request #271 from Gopal-Dahale/qcbm
Hanrui-Wang Jun 12, 2024
99b5a18
Merge branch 'unitary-hack' into qiskit2tq-parameterexpression
01110011011101010110010001101111 Jun 12, 2024
2ff1d61
Delete qgan_notebook.ipynb
AbdullahKazi500 Jun 12, 2024
016f598
Delete QGAN.Py
AbdullahKazi500 Jun 12, 2024
64919c2
fix: fix test
king-p3nguin Jun 12, 2024
968c21b
Create quantum_pulse_simulation.py
AbdullahKazi500 Jun 12, 2024
cd2f3d4
fix: fix type annotations
king-p3nguin Jun 12, 2024
0f0de3f
Delete torchQuantumpulse.ipynb
AbdullahKazi500 Jun 12, 2024
6f84504
Rename QGANtorch (2).ipynb to qgan_generated.ipynb
AbdullahKazi500 Jun 12, 2024
f8d2965
Rename QGANPng.png to qgan_generated.png
AbdullahKazi500 Jun 12, 2024
aa1869c
Rename QGANPng2.png to qgan_image.png
AbdullahKazi500 Jun 12, 2024
5fdbf39
Update QGan.py
AbdullahKazi500 Jun 12, 2024
9701b11
Rename Readme.md to README.md
AbdullahKazi500 Jun 12, 2024
79cb93c
Update README.md
AbdullahKazi500 Jun 12, 2024
c940a1e
Update README.md
AbdullahKazi500 Jun 12, 2024
d433bbe
Rename qgan_image.png to qgan_latent_dim.png
AbdullahKazi500 Jun 12, 2024
82cf184
Update quantum_pulse_simulation.py
AbdullahKazi500 Jun 12, 2024
91c80de
Merge pull request #275 from king-p3nguin/qiskit2tq-parameterexpression
01110011011101010110010001101111 Jun 13, 2024
eda17c1
Merge pull request #272 from AbdullahKazi500/AbdullahKazi500-patch-3
01110011011101010110010001101111 Jun 13, 2024
6b30997
Merge pull request #270 from AbdullahKazi500/AbdullahKazi500-patch-2
01110011011101010110010001101111 Jun 13, 2024
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
Prev Previous commit
Next Next commit
ci: update workflow
king-p3nguin committed May 29, 2024

Verified

This commit was signed with the committer’s verified signature.
ArcticLampyrid ArcticLampyrid
commit c0e7a8a158542ffe9495b6bd9763145aca1b6996
8 changes: 4 additions & 4 deletions .github/workflows/functional_tests.yaml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
name: Python package

on:
push:
push:
pull_request:

jobs:
@@ -17,16 +17,16 @@ jobs:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
python -m pip install flake8 pytest qiskit-aer qiskit_ibm_runtime
python -m pip install flake8 pytest
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -14,9 +14,9 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Python 3.8
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Update pip and install lint utilities
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
@@ -9,8 +9,8 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}
- uses: pre-commit/action@v2.0.3