Releases: fermisurfaces/IFermi
Releases · fermisurfaces/IFermi
v0.2.3
Publish IFermi on zenodo.
v0.2.2
Saving interactive html plots is now possible using the plotly backend with:
ifermi plot --output filename.html
.
v0.2.1
Bug fixes:
- Fixed interpolation of projections for 1D slices.
- Fixed position of high-symmetry labels.
v0.2.0
This version completely overhauls the Python API and command-line tools. The major
changes are:
- Support for projecting properties onto surface faces and isoline segments. The
command-line utilities include support for group velocities and spin texture. - New tools for calculating Fermi surface dimensionality and orientation based on
the connectivity across periodic boundary conditions. - New tools for calculating Fermi surface properties such as area and for averaging
projections across the Fermi surface. This enables the calculation of Fermi velocities. - New visualisation tools for Fermi surfaces and slices with projections. Fermi surfaces
can now be colored by the surface properties. Additionally, vector properties
can be indicated with arrows. This allows for the visualisation of spin texture.
Command line changes:
IFermi now has a new command line interface. There are two subcommands:
ifermi info
: for calculating Fermi surface properties and dimensionalities.ifermi plot
: for visualisation of Fermi surfaces and slices.
API additions:
-
FermiSurface
andFermiSlice
objects now support projections. -
Added
Isosurface
andIsoline
classes. -
Added many analysis functions to the
FermiSurface
andFermiSlice
modules. -
New
analysis
module containing algorithms for:- Calculating Fermi surface dimensionality and orientation.
- Uniformly sampling isosurfaces and isolines.
- Determining the connectivity of isosurfaces and isolines.
- Interpolating and smoothing isolines.
API changes:
fermi_surface
module renamedsurface
.FermiSlice
class and related functions moved toslice
module.plotter
module renamedplot
.interpolation
module renamedinterpolate
, andInterpolator
class
renamedFourierInterpolator
.
v0.1.4
Enhancements:
- Standardized plots for all plotting backends.
- Added ability to change viewpoint in static plots.
- Documentation overhaul, including new contributors page.
- Added example jupyter notebook.
- API updated to separate plotting and saving files. Allows composing multiple Fermi
surfaces. - Surface decimation and smoothing (@mkhorton).
- Support for
crystal_toolkit
(@mkhorton).
Bug fixes: