akataba / rl-repo

Contains different reinforcement learning models
3 stars 3 forks source link

Two qubit delta vs. detuning #35

Closed Farquhar13 closed 7 months ago

Farquhar13 commented 8 months ago

Question for @choihrM3

On this line in main we have:

H = self.hamiltonian(self.delta[0][0], self.delta[1][0], alpha1, alpha2, Delta, gamma_magnitude1, gamma_phase1, gamma_magnitude2, gamma_phase2)

Instead of self.delta[0][0], self.delta[1][0], should it be self.detuning[0], self.detuning[1]?

choihrM3 commented 7 months ago

Correct. I will correct at the Kak-New branch.