Skip to content

Optimize Heff selection #6

@EverettYou

Description

@EverettYou

In SBRG.next, the current way to select Heff terms is:

if not ((term.mat.Xs | term.mat.Zs) & self.phybits):

May change to?

if not(term.mat.Xs) & not(term.mat.Zs & self.phybits):

Because Heff term can not have non-empty Xs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions