-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
继续上一个问题 #22
Comments
建议您最好还是使用最新版。把nthermal,nsweep,tau全部设置为1,nT也设置为1只计算1个温度点,使用1个核。跑一下试试看 |
老师,我把nthermal,nsweep,tau全部设置为1,nT也设置为1只计算1个温度点,使用1个核,但是出现了以下错误 (base) [chris@node05 samples]$ python sim_XYmodel_under_Linux.py The above exception was the direct cause of the following exception: Traceback (most recent call last): |
刘老师,您好! 最新版本实在是出不了数据,我将其换成了1.2.0版本,但又报错了
(base) [chris@node05 CrI3]$ python CrI3.py
unknown file or version (only support v1.2)
Traceback (most recent call last):
File "/home/chris/mcsolver/CrI3/CrI3.py", line 3, in
mcsolver.loadMC("./CrI3With2NNCoupling")
File "/home/chris/anaconda3/lib/python3.9/site-packages/mcsolver/init.py", line 9, in loadMC
win.startSimulation(updateGUI=False,rpath=rpath)
File "/home/chris/anaconda3/lib/python3.9/site-packages/mcsolver/win.py", line 40, in startSimulation
TList=np.linspace(io.T0,io.T1,io.nT)
AttributeError: module 'fileio' has no attribute 'T0'
The text was updated successfully, but these errors were encountered: