Skip to content

Commit

Permalink
jump v1.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
harshangrjn committed Apr 8, 2022
1 parent 952fcd8 commit b9f636b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
QuantumCircuitOpt.jl Change Log
===============================

### Staged
### v0.3.6
- DOI link for publication added
- Added support for JuMP v1.0

### v0.3.5
- Dropped support for redundant `constraint_complex_to_real_symmetry_compact` function
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "QuantumCircuitOpt"
uuid = "88128e30-b60a-4e54-ab02-1050a5f92a36"
authors = ["Harsha Nagarajan"]
version = "0.3.5"
version = "0.3.6"

[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Expand All @@ -11,7 +11,7 @@ Memento = "f28f55f0-a522-5efc-85c2-fe41dfb9b2d9"

[compat]
DataStructures = "~0.17, ~0.18"
JuMP = "~0.22"
JuMP = "~0.22, ~0.23, ~1.0"
Memento = "~1.0, ~1.1, 1"
julia = "^1"

Expand Down
4 changes: 2 additions & 2 deletions examples/run_examples.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import QuantumCircuitOpt as QCOpt
using JuMP
using Gurobi
# using Cbc
using Cbc
# using CPLEX

include("optimizers.jl")
Expand Down Expand Up @@ -29,7 +29,7 @@ decompose_gates = ["decompose_hadamard",
"decompose_qft2_using_HT",
"decompose_RX_on_q3"]

# decompose_gates = ["decompose_quantum_fulladder"]
# decompose_gates = ["decompose_iSwap"]

#----------------------------------------------#
# Quantum Circuit Optimization model #
Expand Down

0 comments on commit b9f636b

Please sign in to comment.