albi3ro / M4

Metals, Magnets, and Miscellaneous Materials: Blog Introduction to Computational Condensed Matter
http://albi3ro.github.io/M4/
MIT License
39 stars 8 forks source link

Non-running notebooks #10

Open IanHawke opened 5 years ago

IanHawke commented 5 years ago

Linked to https://github.com/openjournals/jose-reviews/issues/61 .

Having checked the "General" and "Prereqs" section, the following notebooks didn't run for me currently (Julia v 1.1, Mac):

albi3ro commented 5 years ago

I did find some issues in "Time Evolution" that I fixed. I didn't find any issues with "Imaginary Time Evolution", but I had gone through Time Evolution and had added FFTW (so now FFTW is in packages list). Those two should work now. Let me know if they don't.

Going over "Atomic Orbitals", I realize it does generally have problems that I am now trying to fix. I originally used the package PyPlot.jl to plot with, then switched to Plots.jl. I changed the syntax, but I didn't change what I was doing or how I was using the package. I'm working on that now.

"Atomic Orbitals 2" used a confusing and now deprecated package GLVisualize.jl. I've just fully deleted it now.

IanHawke commented 5 years ago

Those all work, thanks.

Here come the next lot:

I think this is it, in terms of getting the notebooks running.

albi3ro commented 5 years ago

Just fixed the HDF problem.

Seems dump() no longer is a function, at least one I could find in the documentation .

Try the most recent version of Chern Number. I think I have range and the correct Array everywhere now, and am using abs2.() instead of norm().