Skip to content

Commit c809b21

Browse files
Update README.md
1 parent 7091acb commit c809b21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Here we provide a few examples to see how to build a RIXS and/or XAS calculation
55
```python
66
# define orbital states
77
d_orbitals = build_d_states()
8-
core_states = build_core_states('l2')
8+
core_states = build_core_states('L2')
99

1010
# define incoming and outgoing polarizations for normal=z geometry
1111
phi = np.deg2rad(180)

0 commit comments

Comments
 (0)