We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7091acb commit c809b21Copy full SHA for c809b21
1 file changed
examples/README.md
@@ -5,7 +5,7 @@ Here we provide a few examples to see how to build a RIXS and/or XAS calculation
5
```python
6
# define orbital states
7
d_orbitals = build_d_states()
8
-core_states = build_core_states('l2')
+core_states = build_core_states('L2')
9
10
# define incoming and outgoing polarizations for normal=z geometry
11
phi = np.deg2rad(180)
0 commit comments