Search results for "module:Quantum"
Quantum::Usrn - Square root of not.
Provide the 'square root of not' function (Usrn), used by weird Quantum Physicists. Applying Usrn to a value will produce noise; applying Usrn to that noise will produce the bitwise negation of the original value. It all sounds a bit stange, and most...
KASEI/Quantum-Usrn-1.00 - 10 Jul 2001 21:00:15 UTC
Random::Quantum - Get fundamentally random numbers using QRBGS ( Quantum Random Bit Generator Service http://random.irb.hr/ )
EGOR/Random-Quantum-0.04
-
21 Nov 2010 21:48:20 UTC
Quantum::ClebschGordan - Calculate/list Clebsch-Gordan Coefficients
DAVIDRW/Quantum-ClebschGordan-0.01
-
09 Mar 2006 02:26:44 UTC
Quantum::Entanglement - QM entanglement of variables in perl
Essentially, this allows you to put variables into a superposition of states, have them interact with each other (so that all states interact) and then observe them (testing to see if they satisfy some comparison operator, printing them) which will c...
AJGOUGH/Quantum-Entanglement-0.32 - 05 Jun 2002 16:53:46 UTC
Quantum::Superpositions - QM-like superpositions in Perl
The Quantum::Superpositions module adds two new operators to Perl: "any" and "all". Each of these operators takes a list of values (states) and superimposes them into a single scalar value (a superposition), which can then be stored in a standard sca...
LEMBARK/Quantum-Superpositions-2.03 - 08 Jul 2018 20:35:01 UTC
lib/Quantum/Superpositions/Lazy/Util.pm
BRTASTIC/Quantum-Superpositions-Lazy-1.12
-
11 May 2022 22:10:13 UTC
Acme::MetaSyntactic::quantum - The Quantum Mechanics theme
This theme provides the English names of the particles from the standard model of quantum mechanics, plus a few composite particles (hadrons and mesons). Trivia: the tau lepton was discovered in 1975 by Martin *Perl* and a team of 30 physicists at th...
BOOK/Acme-MetaSyntactic-Themes-1.055 - 30 Apr 2021 17:46:34 UTC
Quantum::Superpositions::Lazy - Weighted QM-like superpositions with lazy evaluation
This module allows for creation of superpositions that contain a set of possible states. A superposition is an object that tries to behave as if it was in all of these states at once when used in regular numeric / string operations. Any operation tha...
BRTASTIC/Quantum-Superpositions-Lazy-1.12 - 11 May 2022 22:10:13 UTC
lib/Quantum/Superpositions/Lazy/Operation/Computational.pm
BRTASTIC/Quantum-Superpositions-Lazy-1.12
-
11 May 2022 22:10:13 UTC
lib/Quantum/Superpositions/Lazy/Operation/Logical.pm
BRTASTIC/Quantum-Superpositions-Lazy-1.12
-
11 May 2022 22:10:13 UTC
lib/Quantum/Superpositions/Lazy/Role/Operation.pm
BRTASTIC/Quantum-Superpositions-Lazy-1.12
-
11 May 2022 22:10:13 UTC
lib/Quantum/Superpositions/Lazy/Role/Collapsible.pm
BRTASTIC/Quantum-Superpositions-Lazy-1.12
-
11 May 2022 22:10:13 UTC
Quantum::Superpositions::Lazy::State - a weighted state implementation
This is a simple implementation of a state that contains a weight and a value. The states are meant to be immutable, so once created you cannot change the value or weight of a state (without cloning it)....
BRTASTIC/Quantum-Superpositions-Lazy-1.12 - 11 May 2022 22:10:13 UTC
Quantum::Superpositions::Lazy::Statistics - statistical measures on superpositions
This package contains implementations of basic statistical measures available directly from the superposition object via the *stats* method. Upon calling any method on the statistics object, the full set of states will be created on the superposition...
BRTASTIC/Quantum-Superpositions-Lazy-1.12 - 11 May 2022 22:10:13 UTC
Quantum::Superpositions::Lazy::Computation - a computation result, superposition-like class
Computation is a class with the same function as Quantum::Superpositions::Lazy::Superposition but different source of data. A computation object spawns as soon as a superposition object is used with an overloaded operator. Much like a superposition, ...
BRTASTIC/Quantum-Superpositions-Lazy-1.12 - 11 May 2022 22:10:13 UTC
Quantum::Superpositions::Lazy::Superposition - a weighted superposition implementation
This class implements a weighted superposition consisting of a set of Quantum::Superpositions::Lazy::State states. Each state contains a weight and a value, and the probability of each state occuring randomly is "weight / superposition_weight_sum". A...
BRTASTIC/Quantum-Superpositions-Lazy-1.12 - 11 May 2022 22:10:13 UTC
Quantum::Superpositions::Lazy::ComputedState - a weighted state implementation with the source of the computation
This is a subclass of Quantum::Superpositions::Lazy::State with extra fields that allow tracking of the computation sources that produced the state. Objects of this class are produced inside the with_sources block....
BRTASTIC/Quantum-Superpositions-Lazy-1.12 - 11 May 2022 22:10:13 UTC