From 5cfaaa71311b0dab53b079bbdb58f1f9c4089591 Mon Sep 17 00:00:00 2001 From: Xu He Date: Fri, 14 Jun 2024 14:20:51 +0200 Subject: [PATCH] Update mae.md --- docs/src/mae.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/src/mae.md b/docs/src/mae.md index fa622e3..9eeb102 100644 --- a/docs/src/mae.md +++ b/docs/src/mae.md @@ -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. @@ -107,7 +107,8 @@ def run(): kmesh=[6,6,1], gamma=True, thetas=thetas, - psis=psis + psis=psis, + nel = 16, ) )