Skip to content

Commit

Permalink
Merge pull request #133 from issp-center-dev/jo_cthyb_seg
Browse files Browse the repository at this point in the history
New impurity solver JO/cthyb-seg
  • Loading branch information
shinaoka authored Sep 28, 2022
2 parents f4df6ef + eec3fea commit 2e865bf
Show file tree
Hide file tree
Showing 3 changed files with 461 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/dcore/impurity_solvers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from .alps_cthyb_seg import ALPSCTHYBSEGSolver
from .pomerol import PomerolSolver
from .hphi import HPhiSolver
from .jo_cthyb_seg import JOCTHYBSEGSolver
from .base import compute_basis_rot

solver_classes = {
Expand All @@ -17,4 +18,5 @@
'ALPS/cthyb-seg': ALPSCTHYBSEGSolver,
'pomerol': PomerolSolver,
'HPhi': HPhiSolver,
'JO/cthyb-seg': JOCTHYBSEGSolver,
}
Loading

0 comments on commit 2e865bf

Please sign in to comment.