Skip to content

about the MFT.py #3

@yangenshen

Description

@yangenshen

Hey I want to know that why to multiply -1 for all the imaginary parts in the MFT.py from line 34 to line 39

sign = 1
for i in range(len(copy)):
    copy[i] *= self.norm * sign
    sign *= -1
return copy

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