Skip to content

SunnySuite/SchrodingerMidpoint.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Companion code to the paper:

  • D. Dahlbom et al., Geometric integration of classical spin dynamics via a mean-field Schrödinger equation, arXiv:2204.07563.

To install this package from within the Julia terminal, enter

using Pkg
Pkg.develop(url="https://github.com/SunnySuite/SchrodingerMidpoint.jl")

This will git clone the package into the .julia/dev/ directory. Source file modifications will be automatically picked up by Julia.

To run the package tests,

Pkg.test("SchrodingerMidpoint")

To generate paper figures,

using SchrodingerMidpoint

# Each of these commands should bring up a plot window
fig1()
fig2()
fig3()
fig4()

Authors: Kipton Barros, David Dahlbom

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages