Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hamilton definition in run_two_bands.py differs from equation #9

Open
Wentzell opened this issue Sep 28, 2017 · 0 comments
Open

Hamilton definition in run_two_bands.py differs from equation #9

Wentzell opened this issue Sep 28, 2017 · 0 comments

Comments

@Wentzell
Copy link
Member

The order of operators for the hamiltonian in run_two_bands.py are not identical with the Hamiltonian Eq. in Notebook 10.

See

h_int += -J*c_dag('up-%s'%o1,0)*c_dag('down-%s'%o1,0)*c('up-%s'%o2,0)*c('down-%s'%o2,0)
h_int += -J*c_dag('up-%s'%o1,0)*c_dag('down-%s'%o2,0)*c('up-%s'%o2,0)*c('down-%s'%o1,0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant