Skip to content

Commit 1ab1dae

Browse files
committed
SOF-6631: add 4f and remove 6g orbital option
1 parent 3e23383 commit 1ab1dae

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

src/context/providers/HubbardContextProvider.js

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,26 @@ export class HubbardContextProvider extends mix(JSONSchemaFormDataProvider).with
5858
atomicOrbital: {
5959
type: "string",
6060
title: "Atomic orbital",
61-
enum: ["2p", "3s", "3p", "3d", "4s", "4p", "4d", "5s", "5p", "5d", "5f", "6s", "6p", "6d", "6g", "7s", "7p", "7d"],
61+
enum: [
62+
"2p",
63+
"3s",
64+
"3p",
65+
"3d",
66+
"4s",
67+
"4p",
68+
"4d",
69+
"4f",
70+
"5s",
71+
"5p",
72+
"5d",
73+
"5f",
74+
"6s",
75+
"6p",
76+
"6d",
77+
"7s",
78+
"7p",
79+
"7d",
80+
],
6281
default: defaultHubbardConfig.atomicOrbital,
6382
},
6483
hubbardUValue: {

0 commit comments

Comments
 (0)