Skip to content

Commit

Permalink
SOF-7323: include nc-fr in the allowed pseudo method
Browse files Browse the repository at this point in the history
  • Loading branch information
pranabdas committed Apr 27, 2024
1 parent a834231 commit 6cfd61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const METHODS = {
};

const methods = {
[METHODS.pseudopotential]: ["paw", "nc", "us"],
[METHODS.pseudopotential]: ["paw", "nc", "nc-fr", "us"],
// TODO: Add additional basis set options, once user choice of specific (i.e 3-21G vs cc-pVDZ) is implemented.
[METHODS.localorbital]: ["pople"],
[METHODS.unknown]: ["unknown"],
Expand Down

0 comments on commit 6cfd61d

Please sign in to comment.