marco-michel / TimeEvolver

A Progam for Time Evolution With Improved Error Bound
MIT License
6 stars 0 forks source link

Develop #8

Closed marco-michel closed 1 year ago

marco-michel commented 1 year ago

Added ctest features: With make test one can test if the TimeEvolver works as intended. 3 Tests: standard black hole, black hole with lucky breakdown as well as simpleExample.

Minor changes: removed some comments in fe4925a Changed some datatypes in b62b1eb to reduce intel mkl notation( INT_MKL was defined as size_t anyway) as well as to reduce some compiler warning due to signed/unsigned casts.