Skip to content

Commit

Permalink
Merge pull request #586 from SRI-International/compiler-opt-changes-TL
Browse files Browse the repository at this point in the history
More cleanup, and add pyGSTi code to create random Paulis
  • Loading branch information
rtvuser1 authored Jul 29, 2024
2 parents 4808b27 + 6eab155 commit 38f4e9e
Show file tree
Hide file tree
Showing 5 changed files with 686 additions and 92 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ class TfimHamiltonianKernel(HamiltonianKernel):

#apply tfim hamiltonian.
def create_hamiltonian(self) -> QuantumCircuit:
self.h = 0.2
self.h = 1
qr = QuantumRegister(self.n_spins)
qc = QuantumCircuit(qr, name="TFIM")
for k in range(self.K):
Expand Down
Loading

0 comments on commit 38f4e9e

Please sign in to comment.