Skip to content

Releases: aghaeifar/TurboBloch

Bloch Simulator v1.0.0

25 Aug 07:03
Compare
Choose a tag to compare

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

13 Apr 16:32
Compare
Choose a tag to compare
Pre-release
  1. single precision is used which boosts speed.
  2. all time points are recorded and returned.

Second pre-release - Ver. 0.2

23 Feb 12:42
a61af13
Compare
Choose a tag to compare
Pre-release

CPU version, MKL+TBB

First pre-release - Ver. 0.1

13 Sep 11:28
Compare
Choose a tag to compare
Pre-release

This version runs part of calculations on GPU and uses windows ppl.h library for parallel loops (concurrency::parallel_for).