Skip to content

Releases: jolatechno/QuIDS

QuIDS-v3.1.2

23 May 09:49
Compare
Choose a tag to compare

Small modification due to the supercomputing paper revisions.

NOTE: The pure MPI version (one rank per core) is almost always faster !

!!! Not instantly retro-compatible with any earlier IQS versions, but is a drop-in replacement (iqs:: -> quids::) !!!
Why ? Simulator get passed a previous state and the next state to populate, but not a "buffer state" to swap in anymore.

QuIDS-v3.1.1

01 Apr 16:45
Compare
Choose a tag to compare

!! Huge fix to probabilistic sleections !! Otherwise mostly cosmetic.

NOTE: The pure MPI version (one rank per core) is almost always faster !

!!! Not instantly retro-compatible with any earlier IQS versions, but is a drop-in replacement (iqs:: -> quids::) !!!
Why ? Simulator get passed a previous state and the next state to populate, but not a "buffer state" to swap in anymore.

QuIDS-v3.1.0

31 Mar 14:02
Compare
Choose a tag to compare

Huge memory managment and stability update !

Migrated the name IQS to QuIDS to avoid confusion with Intel Quantum Simulator.

NOTE: The pure MPI version (one rank per core) is almost always faster !

!!! Not instantly retro-compatible with any earlier IQS versions, but is a drop-in replacement (iqs:: -> quids::) !!!
Why ? Simulator get passed a previous state and the next state to populate, but not a "buffer state" to swap in anymore.

IQS-v3.0.1

05 Mar 00:28
Compare
Choose a tag to compare

Small update that corrected some small errors to average values.

NOTE: The pure MPI version (one rank per core) is almost always faster !

!!! Not retro-compatible with any earlier IQS versions !!!
Why ? Simulator get passed a previous state and the next state to populate, but not a "buffer state" to swap in anymore.

IQS-v3.0.0

03 Mar 23:04
Compare
Choose a tag to compare

Big optimizations to MPI:

  • hugely increased stability (never runs out of memory)
  • better load balancing

NOTE: The pure MPI version (one rank per core) is almost always faster !

!!! Not retro-compatible with any earlier IQS versions !!!
Why ? Simulator get passed a previous state and the next state to populate, but not a "buffer state" to swap in anymore.

IQS-v2.3.6

24 Dec 12:25
Compare
Choose a tag to compare

Small optimizations compared to 2.3.5.

!!! Only retro-compatible with IQS 2.3.0 and later. !!!

IQS-v2.3.5

18 Dec 14:37
Compare
Choose a tag to compare

New release, with some big optimizations,

!!! Only retro-compatible with IQS 2.3.0 and later. !!!

IQS-v2.3.0

16 Nov 09:27
Compare
Choose a tag to compare

New release, with some MPI optimizations, and removed NUMA support (which should rely on MPI, with one rank per NUMA node being often optimal).

!!! NOT RETRO-COMPATIBLE !!!
Some interfaces (rule) are changed. See the README for details.

IQS-v2.1.1

12 Nov 22:54
Compare
Choose a tag to compare

New fully functional release, with full MPI support.

With a lot more functionality, and some important bug fixes (especially with MPI support, which justified deleting older releases).