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

skip parameters in dcore_pre #141

Merged
merged 6 commits into from
Jun 26, 2024
Merged

skip parameters in dcore_pre #141

merged 6 commits into from
Jun 26, 2024

Conversation

j-otsuki
Copy link
Contributor

  • Add new parameters
    [pre]
      flag_lattice = True
      flag_umat = True
      flag_local_potential = True
      overwrite = True
    
  • Change HDF5 structure for BSE solver

@j-otsuki
Copy link
Contributor Author

I changed flag_* to skip_*. The example below shows the default values:

[pre]
  skip_lattice = False
  skip_umat = False
  skip_local_potential = False
  overwrite = True

@j-otsuki j-otsuki changed the title flag parameters in dcore_pre skip parameters in dcore_pre Jun 26, 2024
@j-otsuki j-otsuki merged commit a33a917 into develop Jun 26, 2024
4 checks passed
@j-otsuki j-otsuki deleted the flag_parameters branch June 26, 2024 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant