[Linz-pm] Google engineers open gates to Quantum Computing Playground

Stefan Seifert nine at detonation.org
Sun May 25 08:52:44 PDT 2014


On Friday 23 May 2014 12:54:41 Alexander Seifert wrote:
> http://phys.org/news/2014-05-google-gates-quantum-playground.html

Gibts natürlich schon lang was in Perl ;)
https://metacpan.org/pod/Quantum::Entanglement
Allerdings ebenso natürlich nicht GPU beschleunigt.

Aus https://metacpan.org/pod/Quantum::Superpositions sind in Perl 6 die 
Junctions entstanden:
my $any_even_digit = 0 | 2 | 4 | 6 | 8; # any(0, 2, 4, 6, 8)
6 == $any_even_digit; # true!

In Perl 5 verfügbar über https://metacpan.org/pod/Perl6::Junction


More information about the Linz-pm mailing list