Page 1 of 1
EasySpin version 6.0-alpha1 source code
Posted: Fri Nov 01, 2024 6:51 am
by suhang
Hi.
I need a code for EasySpin version 6.0-alpha1,because I need to run the program about this document, the symm function in this code is misrecognized in any other version.
And I can't download the source code for EasySpin 6.0-alpha1 from GitHub.
Could you help me?
thank you very much!
Re: EasySpin version 6.0-alpha1 source code
Posted: Wed Nov 06, 2024 2:42 pm
by Stefan Stoll
There is no 6.0-alpha1 tag on GitHub, and the symm
function has been renamed to hamsymm
in v6.0.0.
You can have a look at the history of hamsymm
to get the version you want: https://github.com/StollLab/EasySpin/co ... /hamsymm.m
Re: EasySpin version 6.0-alpha1 source code
Posted: Fri Nov 15, 2024 5:52 am
by suhang
Thank you very much for getting back to me, attached is the file I need to reproduce with the "symm" code in it, it needs 6.0-alpha1, by the way ,could the latest version 6.0.6 be used directly with the symm code?
Re: EasySpin version 6.0-alpha1 source code
Posted: Mon Nov 18, 2024 12:57 pm
by Stefan Stoll
Replacing symm
with hamsymm
in this file should work.