Skip to content

Commit

Permalink
SOF-7136: combine Hubbard U, V and V nearest neighbors parsers into s…
Browse files Browse the repository at this point in the history
…ingle parser
  • Loading branch information
pranabdas committed Dec 21, 2023
1 parent c684f10 commit 3b65bc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions executables/espresso/hp.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ flavors:
input:
- name: hp.in
results:
- hubbard_u
- hubbard_v_nn
- hubbard_v
- hubbard_parameters
monitors:
- standard_output
applicationName: espresso
Expand Down
4 changes: 1 addition & 3 deletions src/js/allowed_results.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,5 @@ export default [
"reaction_energy_profile",
"potential_profile",
"charge_density_profile",
"hubbard_u",
"hubbard_v_nn",
"hubbard_v",
"hubbard_parameters",
];
Loading

0 comments on commit 3b65bc0

Please sign in to comment.