-
Notifications
You must be signed in to change notification settings - Fork 11
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
Output.dat is not created #67
Comments
|
In fact, I previously used TeNeS in my previous notebook, and everything worked fine. I have now installed TeNeS on my new notebook and attempted to save the results of my calculations into the 'output.dat' file as usual. However, I encountered some difficulties. The version of TeNeS installed on my notebook is 1.3.1: 2022-10-21. The file 'tutorial_magnetization.py' can be found in the folder '/TeNeS/sample/05_magnetization', which was automatically created during the TeNeS installation process. The input file, 'input_0_1500.toml', was generated by running the 'tutorial_magnetization.py' file. I have not made any changes to the parameters in the files located in the '/TeNeS/sample/05_magnetization' folder. I simply installed TeNeS on my new notebook and executed the command '$ python tutorial_magnetization.py > output.dat'. |
In your new notebook, does TeNeS v1.2.0 work ( |
I have not attempted it. Should I uninstall the current version, 1.3.1: 2022-10-21, and install the older version, v1.2.0? I think the results for the local magnetization in Heisenberg spin models are more precise with the newer version v1.3.1 compared to older version v1.2.0. |
Yes, the newer version is recommended, of course (FYI, we released v1.3.2 yesterday).
Is the problem solved? |
Appending I am pleased to hear about the release of the latest version, |
Dear TeNeS team,
In my recent TN simulations using TeNeS, I encountered an issue with saving the calculation results in the 'output.dat' file. I'm currently using the command $ python tutorial_magnetization.py > output.dat to save the output. However, despite the file being created, the results are not written into it. Consequently, the calculation process halts, and when I check the 'output.dat' file, I only see the following lines.
after line "Start simple update" there is nothing.
How can I write the results into the output.dat during the calculation time?
The text was updated successfully, but these errors were encountered: