File: control

package info (click to toggle)
libquantum-entanglement-perl 0.32-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, lenny, squeeze, wheezy
  • size: 104 kB
  • ctags: 41
  • sloc: perl: 695; makefile: 52
file content (27 lines) | stat: -rw-r--r-- 1,254 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: libquantum-entanglement-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 4.0.2)
Build-Depends-Indep: perl (>= 5.8.0-7)
Maintainer: Dominic Hargreaves <dom@earth.li>
Standards-Version: 3.7.3
Homepage: http://search.cpan.org/dist/Quantum-Entanglement/

Package: libquantum-entanglement-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: Quantum Mechanic entanglement of variables in perl
 One of the more popular interpretations of quantum mechanics holds that
 instead of particles always being in a single, well defined, state
 they instead exist as an almost ghostly overlay of many different
 states (or values) at the same time.  Of course, it is our experience
 that when we look at something, we only ever find it in one single state.
 This is explained by the many states of the particle collapsing to a
 single state and highlights the importance of observation.
 .
 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 collapse
 the entire system so that it is consistent with your knowledge.