Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
torchquantum-0.1.8.tar.gz | 2024-02-21 | 138.5 kB | |
torchquantum-0.1.8-py3-none-any.whl | 2024-02-21 | 268.0 kB | |
README.md | 2024-02-21 | 9.2 kB | |
v0.1.8 source code.tar.gz | 2024-02-21 | 80.9 MB | |
v0.1.8 source code.zip | 2024-02-21 | 81.2 MB | |
Totals: 5 Items | 162.6 MB | 2 |
- Refactor of /torchquantum directory hierarchy
- through testing with git workflow
- refactor of examples
What's Changed
- [minor] fix pre commit by @Hanrui-Wang in https://github.com/mit-han-lab/torchquantum/pull/96
- fix a minor bug in quantumnat.py by @caitaozhan in https://github.com/mit-han-lab/torchquantum/pull/100
- Dev fix mnist example by @Hanrui-Wang in https://github.com/mit-han-lab/torchquantum/pull/102
- [major] add classical regs when assemble circuits by @Hanrui-Wang in https://github.com/mit-han-lab/torchquantum/pull/103
- [minor] simplified mnist example by @Hanrui-Wang in https://github.com/mit-han-lab/torchquantum/pull/105
- [minor] typo in index.rst by @Hosseinberg in https://github.com/mit-han-lab/torchquantum/pull/106
- [minor] updates file address in vqe_utils.py by @Hosseinberg in https://github.com/mit-han-lab/torchquantum/pull/107
- Dev add expval_joint_sampling and test by @Hanrui-Wang in https://github.com/mit-han-lab/torchquantum/pull/110
- Dev by @Hanrui-Wang in https://github.com/mit-han-lab/torchquantum/pull/112
- Dev update index by @Hanrui-Wang in https://github.com/mit-han-lab/torchquantum/pull/113
- removes debugging from vqe_utils.py by @Hosseinberg in https://github.com/mit-han-lab/torchquantum/pull/114
- There might be some issues in the NoiseModelTQ class. And provided a potential fix to it. by @caitaozhan in https://github.com/mit-han-lab/torchquantum/pull/108
- Updated file name of simple_mnist example by @GenericP3rson in https://github.com/mit-han-lab/torchquantum/pull/117
- Dev by @Hanrui-Wang in https://github.com/mit-han-lab/torchquantum/pull/119
- Dev by @Hanrui-Wang in https://github.com/mit-han-lab/torchquantum/pull/120
- [minor] tq2qiskit_op_history by @Hanrui-Wang in https://github.com/mit-han-lab/torchquantum/pull/121
- Dev fix qlstm bug by @Hanrui-Wang in https://github.com/mit-han-lab/torchquantum/pull/128
- [minor] fix qlstm encoder bug by @Hanrui-Wang in https://github.com/mit-han-lab/torchquantum/pull/129
- Added Docstrings (see issue [#135]) by @denvitko in https://github.com/mit-han-lab/torchquantum/pull/143
- issue [#135] @Hanuri-Wang docstring added to the function which lack documentation by @MihirsinhChauhan in https://github.com/mit-han-lab/torchquantum/pull/141
- PR for Issue [#134] Unitary Hack by @bopardikarsoham in https://github.com/mit-han-lab/torchquantum/pull/138
- Adding more gates, for issue [#134] by @pandey-tushar in https://github.com/mit-han-lab/torchquantum/pull/140
- Add QFT operation by @YuNariai in https://github.com/mit-han-lab/torchquantum/pull/142
- Implementation of Grover's search algorithm by @Gopal-Dahale in https://github.com/mit-han-lab/torchquantum/pull/144
- Adding Superdense Coding by @bopardikarsoham in https://github.com/mit-han-lab/torchquantum/pull/146
- A minimum working version of pulse simulator by @jinleic in https://github.com/mit-han-lab/torchquantum/pull/150
- Adding parameter shift gradient as a fucntion by @Micheallscarn in https://github.com/mit-han-lab/torchquantum/pull/155
- Hadamard by @dtlics in https://github.com/mit-han-lab/torchquantum/pull/151
- Tutorials for ISCA 2023, initial version by @jinleic in https://github.com/mit-han-lab/torchquantum/pull/159
- All-in-one version of the ISCA tutorial by @jinleic in https://github.com/mit-han-lab/torchquantum/pull/160
- Add Missing Dependency by @GenericP3rson in https://github.com/mit-han-lab/torchquantum/pull/162
- Qubit Rotation Example by @GenericP3rson in https://github.com/mit-han-lab/torchquantum/pull/166
- Basic usage fix by @teaguetomesh in https://github.com/mit-han-lab/torchquantum/pull/179
- Unitary hack merge by @Hanrui-Wang in https://github.com/mit-han-lab/torchquantum/pull/173
- QFT Layer and Algorithm by @GenericP3rson in https://github.com/mit-han-lab/torchquantum/pull/176
- NLocal Circuits by @GenericP3rson in https://github.com/mit-han-lab/torchquantum/pull/175
- Bug Fixes and Full Standard Gates by @GenericP3rson in https://github.com/mit-han-lab/torchquantum/pull/181
- Dev to main by @Hanrui-Wang in https://github.com/mit-han-lab/torchquantum/pull/182
- Dev to main by @Hanrui-Wang in https://github.com/mit-han-lab/torchquantum/pull/183
- [major] fix critical bug in qiskit2tq_Operator by @Hanrui-Wang in https://github.com/mit-han-lab/torchquantum/pull/184
- [minor] update QuantumNAT code by @Hanrui-Wang in https://github.com/mit-han-lab/torchquantum/pull/185
- [minor] expand_param supports fixed gate by @Hanrui-Wang in https://github.com/mit-han-lab/torchquantum/pull/186
- Update module path to qiskit_unitary_gate by @teaguetomesh in https://github.com/mit-han-lab/torchquantum/pull/188
- Minor Update to README by @GenericP3rson in https://github.com/mit-han-lab/torchquantum/pull/189
- [minor] remove pulse/hardware folder by @Hanrui-Wang in https://github.com/mit-han-lab/torchquantum/pull/191
- GitHub Actions running PyTest by @GenericP3rson in https://github.com/mit-han-lab/torchquantum/pull/190
- fix: make the parameter shift example compatible with latest tq by @Zhaoyilunnn in https://github.com/mit-han-lab/torchquantum/pull/192
- Reformatting Operations by @GenericP3rson in https://github.com/mit-han-lab/torchquantum/pull/187
- Updating the Documentation by @GenericP3rson in https://github.com/mit-han-lab/torchquantum/pull/205
- Bugfix: Error when uploading some circuits to TorchQuantum by @Vivekyy in https://github.com/mit-han-lab/torchquantum/pull/208
- [minor] Add Qubit Rotation Tutorial to Docs by @GenericP3rson in https://github.com/mit-han-lab/torchquantum/pull/209
- Update deprecated
torch.range
andtorch.outer
by @kit1980 in https://github.com/mit-han-lab/torchquantum/pull/169 - Minor Documentation Updates by @GenericP3rson in https://github.com/mit-han-lab/torchquantum/pull/212
- Adding Entangle Layers by @GenericP3rson in https://github.com/mit-han-lab/torchquantum/pull/211
- GlobalR/GlobalRX/GlobalRY Gates by @GenericP3rson in https://github.com/mit-han-lab/torchquantum/pull/201
- Reformatting NLocal Circuit by @GenericP3rson in https://github.com/mit-han-lab/torchquantum/pull/202
- Minor README Update by @GenericP3rson in https://github.com/mit-han-lab/torchquantum/pull/215
- Reformatting Functionals by @GenericP3rson in https://github.com/mit-han-lab/torchquantum/pull/216
- Reformatting Layers by @GenericP3rson in https://github.com/mit-han-lab/torchquantum/pull/218
- Added Docstrings (see issue [#135]) by @denvitko in https://github.com/mit-han-lab/torchquantum/pull/153
- Fixing Tests by @GenericP3rson in https://github.com/mit-han-lab/torchquantum/pull/224
- Update README.md by @caitaozhan in https://github.com/mit-han-lab/torchquantum/pull/230
- Tq bugfix by @GenericP3rson in https://github.com/mit-han-lab/torchquantum/pull/239
- Same Docs Updates as [#231] without DM by @GenericP3rson in https://github.com/mit-han-lab/torchquantum/pull/238
- Adapting TQ with New Qiskit Deprecations by @GenericP3rson in https://github.com/mit-han-lab/torchquantum/pull/235
- Test Updates + Bug Fixes (Updated Version of [#206]) by @GenericP3rson in https://github.com/mit-han-lab/torchquantum/pull/236
- Dev by @Hanrui-Wang in https://github.com/mit-han-lab/torchquantum/pull/197
- main changes to dev by @Hanrui-Wang in https://github.com/mit-han-lab/torchquantum/pull/240
- Dev by @Hanrui-Wang in https://github.com/mit-han-lab/torchquantum/pull/241
- Update init.py by @Hanrui-Wang in https://github.com/mit-han-lab/torchquantum/pull/242
- Update requirements.txt by @Hanrui-Wang in https://github.com/mit-han-lab/torchquantum/pull/244
New Contributors
- @Hosseinberg made their first contribution in https://github.com/mit-han-lab/torchquantum/pull/106
- @denvitko made their first contribution in https://github.com/mit-han-lab/torchquantum/pull/143
- @MihirsinhChauhan made their first contribution in https://github.com/mit-han-lab/torchquantum/pull/141
- @bopardikarsoham made their first contribution in https://github.com/mit-han-lab/torchquantum/pull/138
- @pandey-tushar made their first contribution in https://github.com/mit-han-lab/torchquantum/pull/140
- @YuNariai made their first contribution in https://github.com/mit-han-lab/torchquantum/pull/142
- @Gopal-Dahale made their first contribution in https://github.com/mit-han-lab/torchquantum/pull/144
- @jinleic made their first contribution in https://github.com/mit-han-lab/torchquantum/pull/150
- @Micheallscarn made their first contribution in https://github.com/mit-han-lab/torchquantum/pull/155
- @dtlics made their first contribution in https://github.com/mit-han-lab/torchquantum/pull/151
- @teaguetomesh made their first contribution in https://github.com/mit-han-lab/torchquantum/pull/179
- @Zhaoyilunnn made their first contribution in https://github.com/mit-han-lab/torchquantum/pull/192
- @Vivekyy made their first contribution in https://github.com/mit-han-lab/torchquantum/pull/208
- @kit1980 made their first contribution in https://github.com/mit-han-lab/torchquantum/pull/169
Full Changelog: https://github.com/mit-han-lab/torchquantum/compare/v0.1.7...v0.1.8