EasySpin version 6.0-alpha1 source code

General forum for EasySpin: questions, how to's, etc.
Post Reply
suhang
Newbie
Posts: 2
Joined: Mon Aug 19, 2024 6:51 pm

EasySpin version 6.0-alpha1 source code

Post 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.
Image
And I can't download the source code for EasySpin 6.0-alpha1 from GitHub.
Could you help me?
thank you very much!

Stefan Stoll
EasySpin Creator
Posts: 1108
Joined: Mon Jul 21, 2014 10:11 pm
Location: University of Washington

Re: EasySpin version 6.0-alpha1 source code

Post 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

suhang
Newbie
Posts: 2
Joined: Mon Aug 19, 2024 6:51 pm

Re: EasySpin version 6.0-alpha1 source code

Post 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?

Attachments
horseradish_github.m
(12.46 KiB) Downloaded 388 times
Stefan Stoll
EasySpin Creator
Posts: 1108
Joined: Mon Jul 21, 2014 10:11 pm
Location: University of Washington

Re: EasySpin version 6.0-alpha1 source code

Post by Stefan Stoll »

Replacing symm with hamsymm in this file should work.

Post Reply