Releases: smrt-model/smrt
Releases · smrt-model/smrt
v1.3
improved stability in DORT
implement another diagonalisation method in DORT to avoid numerical instabilities, especially in active mode. It can be activated with rtsolver_options=dict(diagonalization_method="shur_forcedtriu") in make_model. If good results are reported, this may become the default option as it seems as fast as the direct, original, eigenvalue solver.
v1.2.3
v1.1.0
The version with microwave grain size and unified microstructures (AGU Advances)
smrt_unified_microstructures add reference to the microwave grain size paper
The version used for frozen lake simulations (v0)
frozen_lake_v0 rename the functions to return the results as a dataframe or a pandas…
The version used for the final GMD paper
gmd_version1.0 version used for the final GMD paper
The version used for GMDD paper
gmdd_version1.0 solve iba bug in python 2 (pb of integer division)