Supersolids 0.1.14
New Features
Solving 3D equations works in main.py for single core.
Convergence criteria for 3D (mayavi), if timesteps are large enough.
How to install
Arch based systems
Go to the directory, where you build your AUR packages.
Run the following in console:
"mkdir python-supersolids"
"cd python-supersolids"
Download the PKGBUILD and place it there.
Run "makepkg -sic" in console, where the PKGBUILD lies.
This downloads the packages, extract it, gets the dependencies and installs it automatically
(you can do it manually for example with "sudo pacman -U python-supersolids-0.1.14-1-any.pkg.tar.zst")
With pip
Go to the directory supersolids/dist/, where the wheel lies (*.whl).
Use this wheel to install, e.g:
pip install supersolids-0.1.14-py3-none-any.whl
Bugs
Please report bugs using the issue tracker at GitHub:
https://github.com/Scheiermann/supersolids/issues