Skip to content

Commit

Permalink
changed DOS default to atomic_weight
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiCheng45 committed Apr 17, 2024
1 parent 9308671 commit f0523ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion MDANSE/Src/MDANSE/Framework/Jobs/DensityOfStates.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ class DensityOfStates(IJob):
)
settings["weights"] = (
"WeightsConfigurator",
{"dependencies": {"atom_selection": "atom_selection"}},
{
"default": "atomic_weight",
"dependencies": {"atom_selection": "atom_selection"}},
)
settings["output_files"] = (
"OutputFilesConfigurator",
Expand Down

0 comments on commit f0523ad

Please sign in to comment.