We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The order of operators for the hamiltonian in run_two_bands.py are not identical with the Hamiltonian Eq. in Notebook 10.
See
The text was updated successfully, but these errors were encountered: