SpinW / spinw

SpinW Matlab library for spin wave calculation
http://www.spinw.org
GNU General Public License v3.0
35 stars 15 forks source link

Integrating new spinwave running options #177

Open mducle opened 5 months ago

mducle commented 5 months ago

PR #173 introduced two new running options for the spinwave method:

fastmode replicated what was done by spinwavefast which has been removed - all instances of it were replace by calls to spinwave(..., 'fastmode', true, ...) but there might be other places in the code (such as fitspec) where it might be useful to allow the user to pass through one or both of these new options.