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

Slightly change how dft_chunk objects handle include_dV_and_interp #181

Merged
merged 1 commit into from
Jan 23, 2018

Commits on Jan 22, 2018

  1. Slightly change how dft_chunk objects handle include_dV_and_interp=fa…

    …lse.
    
    Instead of implicitly doing this in the dft_chunk object by setting dV0=0,
    which is loses the value of dV0 and may double-count interpolation weights,
    it instead explicitly stores the include_dV_and_interp flag in the dft_chunk
    and sets the weight to 1 when updating the DFT if include_dV_and_interp=false.
    stevengj committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    f763362 View commit details
    Browse the repository at this point in the history