Published August 2, 2017 | Version pyspinw_3p0
Software Open

tsdev/spinw: pySpinW 3.0

Creators

  • 1. Paul Scherrer Institut

Description

Use these executables to call SpinW from Python without MATLAB license. Windows version is under development. Some functionality of the original code might be missing.

To use these files you will need to do the following:

Now in Python you can call the pySpinW executable:

from transplant import Matlab m = Matlab(executable='full path to pyspinw.sh') m.disp('Hello World') tri = m.sw_model('triAF',1.) tri.plot() m.waitforgui()

The waitforgui() function enables interaction with Matlab figures. If you have problems or question submit an issue.

Files

tsdev/spinw-pyspinw_3p0.zip

Files (19.4 MB)

Name Size Download all
md5:323c2cd26367168343f44acf3212b88a
19.4 MB Preview Download

Additional details

Related works