Skip to content

Commit

Permalink
Update mae.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mailhexu committed Jun 14, 2024
1 parent 994eee3 commit 5cfaaa7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/src/mae.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Here is an example of the usage of the function.
```python

import numpy as np
from TB2J.abacus.MAE import abacus_get_MAE
from TB2J.MAE import abacus_get_MAE

def run():
# theta, psi: along the xz plane, rotating from z to x.
Expand All @@ -107,7 +107,8 @@ def run():
kmesh=[6,6,1],
gamma=True,
thetas=thetas,
psis=psis
psis=psis,
nel = 16,
)
)

Expand Down

0 comments on commit 5cfaaa7

Please sign in to comment.