quantizer

Library to provide the behaviour similar to quantum states superposition.

https://hackage.haskell.org/package/quantizer

Stackage Nightly 2025-04-19:0.4.0.0
Latest on Hackage:0.4.0.0

See all snapshots quantizer appears in

MIT licensed by OleksandrZhabenko
Maintained by [email protected]
This version can be pinned in stack with:quantizer-0.4.0.0@sha256:9a5585955cdfc01a269aba7cba70646da21e8ddb23f3a06dcfb40c2d7f682b2b,1080

Module documentation for 0.4.0.0

You can convert some list to another one with just predefined set of values. Uses some rounding techniques and recaps about quantum states superposition (therefore, the package’s name).

You can support Ukrainian people in various forms.

All support is welcome, including donations for the needs of the Ukrainian army, IDPs and refugees.

Changes

Revision history for quantizer

0.1.0.0 – 2022-09-13

  • First version. Released on an unsuspecting world.

0.2.0.0 – 2023-01-24

  • Second version. Updated the dependencies bounaries.

0.2.1.0 – 2023-01-25

  • Second version revised A. Applied the ideas of the foldl package and added a new module ListQuantizer to be used in case of lists instead of FoldableQuantizer. Some documentation improvements.

0.2.1.1 – 2023-01-27

  • Second version revised B. Some documentation improvements.

0.3.0.0 – 2023-04-18

  • Third version. Added README.md file. Removed the unneeded constraint for mean2F and related functions. Since the version 0.3.0.0, the project is devoted to fondation Gastrostars.

0.3.0.1 – 2023-04-18

  • Third version revised A. Added README.md file into source tarball so that it is displayed, too.

0.3.0.2 – 2023-04-18

  • Third version revised B. Improved the quality of the documentation in the README.md file.

0.3.1.0 – 2024-04-07

  • Third version revised C. Switched to more lightweight dependencies of minmax and monoid-insertleft. Added Git repository with bug-tracking.

0.4.0.0 – 2024-09-28

  • Fourth version. Fixed incorrect definitions of the structures traversions that led to incorrect results in general. Added explicit error messages.