Releases: aghaeifar/TurboBloch
Releases · aghaeifar/TurboBloch
Bloch Simulator v1.0.0
First release of Bloch Simulator.
- TBB is replaced with STL parallelization algorithms in C++17.
- Possibility to compile for a single precision floating-point format is added which boosts the calculations.
- Compile, build, and run tested in Windows 10 and Ubuntu 2022.04 with MSVS 2022, gcc 11, and MATLAB 2022a.
Third pre-release - Ver. 0.3
- single precision is used which boosts speed.
- all time points are recorded and returned.
Second pre-release - Ver. 0.2
CPU version, MKL+TBB
First pre-release - Ver. 0.1
This version runs part of calculations on GPU and uses windows ppl.h library for parallel loops (concurrency::parallel_for).