Unverified Commit 1cdeb453 authored by Alvarez, Gonzalo's avatar Alvarez, Gonzalo
Browse files

version updated

parent 39d28b0b
Loading
Loading
Loading
Loading
+42 −0
Original line number Diff line number Diff line
2021-11-19 Version 3.02

* LinearPrediction now yields correct
results (by Alberto Nocera)

* LanczosSolver: prefix + EigsForStop= added

* NewMake.pm infrastructure: clears .a
files (This was affecting KronUtils recompilation
in DMRG++)

* QuasiCanonical expressions support complex scalars

* lorentzian.pl script added

* naiztnerol.pl scripts added which does
the reverse of lorentzian.pl
(Thanks to Bradraj P.)

* Ainur: better error reporting

* Ainur: allows _ for variable names

* Ainur: ellipsis for complex vectors now works

* Ainur: full support for complex numbers
(Thanks to Pontus L.)

* AwesomePredicate and related predicates have
changed the characters used for separators and
logical operators

* ContinuedFraction drivers support complex weights

* ExpressionCalculator now works for complex numbers

* ExpressionCalculator: ei which means exp(i*variable)
has now been fixed (Thanks to Alberto N.)

* IoNgSerializer: remembers whether floating points
correspond to real or complex

2021-04-22 Version 3.00

* SizeType defaults to long int unsigned
+1 −1
Original line number Diff line number Diff line
#ifndef PSIMAGLITE_VERSION
#define PSIMAGLITE_VERSION "3.01"
#define PSIMAGLITE_VERSION "3.02"
#endif