You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: qstack/spahm/rho/atom.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -68,12 +68,13 @@ def main():
68
68
parser.add_argument('--charge', dest='charge', default=0, type=int, help='total charge of the system (default: 0)')
69
69
parser.add_argument('--spin', dest='spin', default=None, type=int, help='number of unpaired electrons (default: None) (use 0 to treat a closed-shell system in a UHF manner)')
70
70
parser.add_argument('--xc', dest='xc', default=defaults.xc, type=str, help=f'DFT functional for the SAD guess (default: {defaults.xc})')
71
+
parser.add_argument('--ecp', dest='ecp', default=None, type=str, help=f'effective core potential to use (default: None)')
71
72
parser.add_argument('--nameout', dest='NameOut', default=None, type=str, help='name of the output representations file.')
72
73
parser.add_argument('--omod', dest='omod', default=defaults.omod, nargs='+', type=str, help=f'model(s) for open-shell systems (alpha, beta, sum, diff, default: {defaults.omod})')
0 commit comments