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

Error in 09-Single-orbital_Hubbard_with_CTQMC_solution #11

Open
Wentzell opened this issue Mar 5, 2020 · 0 comments
Open

Error in 09-Single-orbital_Hubbard_with_CTQMC_solution #11

Wentzell opened this issue Mar 5, 2020 · 0 comments

Comments

@Wentzell
Copy link
Member

Wentzell commented Mar 5, 2020

The notebook mentioned in the title currently fails, using triqs and cthyb in their latest development version, on the line

%run run_single_band.py

with the RuntimeError

---------------------------------------------------------------------------
RuntimeError                              Traceback (most recent call last)
/cache/dropbox/Dropbox (Simons Foundation)/Coding/tutorials/TRIQSTutorialsPython/run_single_band.py in <module>()
     15 
     16 # Construct the impurity solver
---> 17 S = Solver(beta = beta, gf_struct = [('up',[0]), ('down',[0])] )
     18 
     19 # I run for several values of U

/mnt/home/wentzell/opt/triqs_unstable/lib/python2.7/site-packages/triqs_cthyb/solver.py in __init__(self, beta, gf_struct, n_iw, n_tau, n_l)
     59                             n_iw=n_iw, n_tau=n_tau, n_l=n_l)
     60 
---> 61         self.Sigma_iw = self.G0_iw.copy()
     62         self.Sigma_iw.zero()
     63         self.G_iw = self.G0_iw.copy()

RuntimeError: The type N5triqs3gfs7gf_meshINS0_6imfreqEEE can not be converted
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