Skip to content

Commit 62a4e18

Browse files
committed
Update BasisSetSchrodinger.wl
1 parent 2aeb850 commit 62a4e18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

BasisSetSchrodinger.wl

+2-1
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,9 @@ getBasisFunction["HarmonicOscillator", ops___]:=
115115
];
116116
getBasisFunction[l_List]:=
117117
getBasisFunction@@l;
118-
getBasisFunction[___]:=
118+
getBasisFunction[_String, ___]:=
119119
$Failed;
120+
getBasisFunction[e_]:=e;
120121

121122

122123
(* ::Subsubsection:: *)

0 commit comments

Comments
 (0)