Installation

To install the latest official release, you can use Julia's internal package manager. Simply start the Julia interpreter, press the ] key and type

	pkg> add CollectiveSpins

The source code is available on GitHub at https://github.com/qojulia/CollectiveSpins.jl (Note: this version may be unstable). You can also use Julia's package manager to checkout this version.

	pkg> develop CollectiveSpins

Alternatively, you can use git to clone the repository.

	>> git clone https://github.com/qojulia/CollectiveSpins.jl.git