Releases: Jij-Inc/Qamomile
Releases · Jij-Inc/Qamomile
v0.8.0
What's Changed
- Add Japanese tutorials + alpha by @ksk-jij in #138
- start ommx support by @yuyamashiro in #126
- Add CUDA-Q support by @ksk-jij in #143
- Add bloqade-analog Integration and Update Documentation by @ahao27 in #130
- Update
Hamiltonian.num_qubitsby @ksk-jij in #158 - Fix
to_latexto work withPauli.Iby @ksk-jij in #159 - Handle
intas same asfloatto add parametric gates by @ksk-jij in #184 - Fix
QuantumCircuit.add_gateby @ksk-jij in #186 - Update
BitsSampleSetcreation by @ksk-jij in #191 - Rename transpile_operators with transpile_hamiltonians by @ksk-jij in #182
- Remove
calc_qubo_energyfunction by @ksk-jij in #180 - Move
qubo_to_isingtoIsingModelas class method by @ksk-jij in #190 - Update FQAOAConveter by @yuichiro-nakano in #156
- Feature/support qiskit2.0 by @ahao27 in #194
- Support OMMX v2 by @ksk-jij in #198
- Add release note by @ksk-jij in #201
New Contributors
Full Changelog: v0.7.0...v0.8.0
Support QuEra's Unit Disk Mapping
v0.6.0
What's Changed
- Feature/Support pennylane's Hamiltonian and Circuit by @ahao27 in #107
- fix
is_closecalculation in operator by @Jacomichi in #112 - add vqe tutoiral and turn off execute notebooks when build docs by @yuyamashiro in #109
- Introduce to Ising Hamiltonian normalization by @Jacomichi in #113
- Clean up repository and tutorial by @Jacomichi in #114
- fix tutorial path by @Jacomichi in #115
- Add QAOA for TSP tutorial by @ahao27 in #103
- Split Graph Coloring Tutorial into QAOA and Quantum Alternating Operator Ansatz Versions by @devin-ai-integration in #116
- Add Google Colab buttons to tutorial by @Jacomichi in #118
- fix descriptions by @yuichiro-nakano in #124
New Contributors
- @devin-ai-integration made their first contribution in #116
- @yuichiro-nakano made their first contribution in #124
Full Changelog: v0.5.1...v0.6.0
v0.5.1
What's Changed
- support exp gate for circuit drawer by @Jacomichi in #106
- Remove the weight in the graph by @ahao27 in #102
- add a local search function by @bluest93 in #99
- Added a tutorial of quantum annealing using QuTiP by @bluest93 in #98
- Fix/turtorials typo and bugs by @ahao27 in #108
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- fixed the distribution in quickstart by @bluest93 in #86
- fixed the distribution plot by @bluest93 in #87
- Tutorial/max cut by @ahao27 in #88
- Fix context in tutorial by @ahao27 in #90
- Tutorial/vertex cover by @ahao27 in #85
- added a tutorial of car paint shop problem by @bluest93 in #83
- Update README.md by @Jacomichi in #94
- Add QRAO tutorial by @Jacomichi in #91
- Add Hamiltonian Modeler by @Jacomichi in #96
- allowed float type in all the parametric gates by @bluest93 in #95
- fix num_qubits when add and multiply Hamiltonian by @Jacomichi in #100
- Implementation of Exp operation into Qamomile and Conversion to quri-parts and qiskit by @bluest93 in #89
- Support QuTiP's Hamiltonian by @bluest93 in #97
- add landing page by @yuyamashiro in #105
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Swap the names of QAOA parameters by @Jacomichi in #71
- Feature/param map by @Jacomichi in #72
- ignore measurement gate to transpile quri-parts by @yuyamashiro in #74
- Remove the 'ee571bc' and 'b162eff' commits by @ahao27 in #79
- docs: Fix typos and suggest changes to example commands in documentation by @yukina-t156 in #77
- Bump the pip group with 3 updates by @dependabot in #63
- change .DS_Store as ignore by @Jacomichi in #80
- Add new argument normalize_model by @bluest93 in #78
- Add detail explanation for QAOA and QRAO in docstring by @Jacomichi in #82
- adding graph_partitioning_tutorial by @bluest93 in #81
- fixed import lib in README.md by @bluest93 in #84
New Contributors
- @yukina-t156 made their first contribution in #77
- @dependabot made their first contribution in #63
- @bluest93 made their first contribution in #78
Full Changelog: v0.3.3...v0.4.0
v0.3.3
What's Changed
- fix quri transpile for prametricTwoQubitGate by @Jacomichi in #70
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
- Set Default
simplifyto False inqubo_to_isingby @Jacomichi in #67
Full Changelog: v0.3.1...v0.3.2
v0.3.1
Add drawer module and change independency
What's Changed
- fix the repository link in the docs by @Jacomichi in #56
- Fixing the order of operators when creating a QRAO Hamiltonian by @Jacomichi in #58
- add Space Efficient QRAO by @Jacomichi in #59
- add (3,2)-QRAO by @Jacomichi in #60
- add efficient su2 ansatz by @Jacomichi in #57
- add drawer by @Jacomichi in #61
Full Changelog: v0.2.1...v0.3.0