Skip to content

Minor bug in oplot #3

@lgebauer

Description

@lgebauer

In tutorial 07 - Introduction_to_the_CTHYB_solver in the section Visualizing the Matsubara-frequency results, this line of code does not work:

oplot(S.Sigma_iw, '-o',name="selfenergy")

what does work:

either
oplot(S.Sigma_iw, '-o',label="selfenergy")

or
oplot(S.Sigma_iw['up'], '-o',name="selfenergy")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions