Skip to content

Supersolids 0.1.16

Compare
Choose a tag to compare
@Scheiermann Scheiermann released this 08 Jan 00:28
· 274 commits to main since this release

New Features

Fixes major bug in 2D and 3D, described by Issue#13.
Introduces 2D camera_trajectory (functions can be given to adjust the camera in the movie)
Fixes multi-core for 1D and 3D.
Adjusts builds for python3.9. Read the How to install carefully!

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.
For python3.9 currently there is no vtk wheel for python3.9, so you need to build it from source
and then install mayavi (pip install mayavi or also build it from source, as there could be incapabilities with vtk9).
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.16-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.16-py3-none-any.whl

Bugs

Please report bugs using the issue tracker at GitHub:
https://github.com/Scheiermann/supersolids/issues