Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
87 commits
Select commit Hold shift + click to select a range
71e1bf1
Add primitives branch to CI workflow
manoelmarques Jun 29, 2022
ae9c043
added pocs
gentinettagian Jun 29, 2022
3aae2df
init fixed
gentinettagian Jun 30, 2022
fa98e91
more init
gentinettagian Jun 30, 2022
5106333
Add qnns PoC
ElePT Jul 5, 2022
eecbdab
Establish qnn branch
ElePT Jul 8, 2022
a212196
Add fwd unit test
ElePT Jul 11, 2022
81f8082
Refactor sampler qnn
ElePT Jul 11, 2022
16f7d84
Merge branch 'Qiskit:main' into primitives-qnn
ElePT Jul 11, 2022
ada284b
Undo kernel changes
ElePT Jul 11, 2022
8b42377
Merge branch 'primitives-qnn' of https://github.com/ElePT/qiskit-mach…
ElePT Jul 11, 2022
b2d42f2
Start adding new type hint style
ElePT Jul 14, 2022
d6574d3
Move to neural_networks
ElePT Jul 14, 2022
c67ed15
Merge from main
manoelmarques Jul 14, 2022
d2342e0
Merge branch 'main'
manoelmarques Jul 15, 2022
a0c8847
Merge branch 'main'
manoelmarques Jul 21, 2022
ed50342
Merge branch 'primitives' into primitives-qnn
adekusar-drl Jul 22, 2022
3bbb1c7
Merge branch 'primitives-qnn' of https://github.com/ElePT/qiskit-mach…
ElePT Sep 13, 2022
a476678
Merge branch 'Qiskit:main' into primitives-qnn
ElePT Sep 13, 2022
af9d729
Merge branch 'primitives-qnn' of https://github.com/ElePT/qiskit-mach…
ElePT Sep 13, 2022
fc0f584
Runnable tests
ElePT Sep 14, 2022
7963cbc
Update typehints, refactor
ElePT Oct 10, 2022
8248138
Add new unittests, fix code
ElePT Oct 10, 2022
f4f1771
Add gradient unit test
ElePT Oct 10, 2022
7bf715d
Add torch tests
ElePT Oct 10, 2022
aeb05f0
Remove unwanted change circuitQNN
ElePT Oct 10, 2022
f727ea0
Remove utils
ElePT Oct 10, 2022
b36a7c7
Merge branch 'primitives-qnn' of https://github.com/ElePT/qiskit-mach…
ElePT Oct 10, 2022
0a104ae
Fix style, lint
ElePT Oct 10, 2022
f4521d9
Merge branch 'main' into primitives-qnn
ElePT Oct 10, 2022
c9abd91
Add VQC
ElePT Oct 10, 2022
1404fea
Merge branch 'primitives-qnn' of https://github.com/ElePT/qiskit-mach…
ElePT Oct 10, 2022
16b2ee3
Fix mypy
ElePT Oct 10, 2022
c36cbc2
fix mypy
ElePT Oct 10, 2022
cde4877
fix mypy
ElePT Oct 10, 2022
551c7ac
fix mypy
ElePT Oct 10, 2022
f9d11e6
Restore workflow
ElePT Oct 10, 2022
3e46137
Restore workflow
ElePT Oct 10, 2022
af88a14
Update .github/workflows/main.yml
ElePT Oct 10, 2022
3284851
Fix mypy
ElePT Oct 11, 2022
99d9afe
Merge branch 'primitives-qnn' of https://github.com/ElePT/qiskit-mach…
ElePT Oct 11, 2022
13b8c89
Fix CI (hopefully)
ElePT Oct 11, 2022
9b350ba
Update requirements
ElePT Oct 11, 2022
0252925
Add sparse support
ElePT Oct 12, 2022
5974c2e
Merge branch 'main' into primitives-qnn
ElePT Oct 12, 2022
d5e18e5
Fix style etc
ElePT Oct 12, 2022
e40c893
Add type ignore
ElePT Oct 12, 2022
16441a6
Fix style?
ElePT Oct 12, 2022
ca9e1c5
skip test if not sparse
ElePT Oct 12, 2022
8fc31d0
Add type ignore
ElePT Oct 12, 2022
82c9613
Fix mypy
manoelmarques Oct 12, 2022
b15d380
Make keyword args
ElePT Oct 13, 2022
97ea62a
Merge branch 'primitives-qnn' of https://github.com/ElePT/qiskit-mach…
ElePT Oct 13, 2022
108255f
Make keyword args
ElePT Oct 13, 2022
f5deb21
Merge branch 'main' into primitives-qnn
ElePT Oct 14, 2022
a9f0179
Apply review comments
ElePT Oct 14, 2022
b2db7b8
Fix tests, final refactor, add docstring
ElePT Oct 17, 2022
f3a7991
Add Sampler QNN
ElePT Oct 17, 2022
349fb8a
Update qiskit_machine_learning/algorithms/classifiers/vqc.py
ElePT Oct 19, 2022
04042ba
Apply reviews vqc
ElePT Oct 19, 2022
5c5e705
Apply reviews
ElePT Oct 19, 2022
d57b3c1
Merge branch 'primitives-qnn' of https://github.com/ElePT/qiskit-mach…
ElePT Oct 19, 2022
c2eaf90
Fix neko test
ElePT Oct 19, 2022
8dd2d78
Fix spell check
ElePT Oct 19, 2022
f2ee6e5
Merge branch 'main' into primitives-qnn
adekusar-drl Oct 21, 2022
715affd
Merge branch 'main' into primitives-qnn
adekusar-drl Oct 25, 2022
f601492
Update qiskit_machine_learning/neural_networks/sampler_qnn.py
ElePT Oct 27, 2022
a0d92ec
Add try-catch
ElePT Oct 28, 2022
959621a
Add deprecations
ElePT Oct 28, 2022
c5a6c11
Update tests
ElePT Oct 28, 2022
f7394c6
Fix tests
ElePT Oct 28, 2022
438a434
Filter warnings
ElePT Oct 28, 2022
7824b07
Fix filter
ElePT Oct 28, 2022
35bdc54
fix black, pylint
adekusar-drl Oct 28, 2022
af3b99f
Merge branch 'main' into primitives-qnn
adekusar-drl Oct 28, 2022
0259698
Merge branch 'main' of https://github.com/Qiskit/qiskit-machine-learn…
adekusar-drl Nov 1, 2022
12c6476
update docstring
adekusar-drl Nov 1, 2022
4f43cd7
pulled the method up, modern type hints
adekusar-drl Nov 1, 2022
b8c1042
fix spell
adekusar-drl Nov 1, 2022
e7a4cea
update ed
adekusar-drl Nov 1, 2022
1b5f850
update comment
adekusar-drl Nov 1, 2022
385febe
Merge remote-tracking branch 'ElePT/primitives-qnn' into update_ed
adekusar-drl Nov 1, 2022
295a7ce
update test
adekusar-drl Nov 1, 2022
b881a76
update tutorial
adekusar-drl Nov 1, 2022
8974140
black
adekusar-drl Nov 1, 2022
05f9083
remove circuit qnn
adekusar-drl Nov 1, 2022
4e5963c
Merge branch 'main' of https://github.com/Qiskit/qiskit-machine-learn…
adekusar-drl Nov 2, 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
Loading