OPT: custom implementation of deepcopy for spins
Compare changes
Files
4+ 1
− 1
@@ -12,7 +12,7 @@ In the future, we will also provide docker and singularity images to make it pos
- (Optional) If you want to use a Jupyter notebook, you will also have to install `IJulia`. You can find instructions to do so at https://github.com/JuliaLang/IJulia.jl. In short, run `pkg> add IJulia` and then `pkg> build IJulia`. This should add Julia to the available kernels for any jupyter notebook server. If you want to start a jupyter notebook server from within julia, you need to run `using IJulia; notebook()`.