Skip to content

Commit

Permalink
SOF-6892: rename hubbard_parameters to hubbard_u
Browse files Browse the repository at this point in the history
Note: we are going to have separate properties/parsers for Hubbard U and V
  • Loading branch information
pranabdas committed Nov 23, 2023
1 parent fe62b73 commit 3c1c369
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions executables/espresso/hp.x.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
monitors:
- standard_output
results:
- hubbard_parameters
- hubbard_u
flavors:
hp:
input:
- name: hp.in
results:
- hubbard_parameters
- hubbard_u
monitors:
- standard_output
applicationName: espresso
Expand Down
2 changes: 1 addition & 1 deletion src/js/allowed_results.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ export default [
"reaction_energy_profile",
"potential_profile",
"charge_density_profile",
"hubbard_parameters",
"hubbard_u",
];
Loading

0 comments on commit 3c1c369

Please sign in to comment.