Skip to content

v4.3.0

Choose a tag to compare

@anacso17 anacso17 released this 21 Apr 12:06
· 214 commits to master since this release
99bd8cd

Fixes and enhancements

1697b2c Add kicktable y-inversion, if necessary
0813096 Remove unused Kick class
75d6c67 Fix inconsistency of new Kickmap API and kicktable list optimization
5dea984 DIFFMAT.MNT: remove directives to use constants defined in auxiliary.h.
23d9d94 Update phys consts defs
d70d537 Update physical constants (lol)
6924367 Move directives to .cpp file in diffusion_matrix.
61374b9 Use constants where possible.
640cf0a DIFFMAT.BUG: always call elementpass.
5d91f15 LINALG.ENH: implemente multiply_left and multiply_right in Matrix class.
99a15da Add comments with AT credits
d13d017 Update VERSION file.
5302ee3 DIFFMAT.ENH: Add diffusion matrix to python and Makefile.
d716932 DIFFMAT.ENH: Add module to calculate diffusion matrix and return the cummulated matrices along the ring.
a7d2fff LINALG.ENH: Forgot headers of last to commit modifications.
9d1a381 LINALG.ENH: Add a method to solve Sylvester equation: AX + BX = C.
d9f43f7 LINALG.ENH: Add method sandwichme_with_matrix to make the multiplication: MRM.T.
bf02167 TRACK.API: return orbits with n+1 elements, instead of n to standardize methods.
d6eb690 Update VERSION
e462151 Fix bugs and simplify methods arguments
9ea3f99 Improve kickmap interface