I own a quantum random number generator on a PCie card that uses optical effects for random number generation. It cost me over $2000. I use it for quantum computer simulations.
I own a quantum random number generator on a PCie card that uses optical effects for random number generation. It cost me over $2000. I use it for quantum computer simulations.
Depends upon what you mean by “consciousness.” A lot of the literature seems to use “consciousness” just to refer to physical reality as it exists from a particular perspective, for some reason. For example, one popular definition is “what it is like to be in a particular perspective.” The term “to be” refers to, well, being, which refers to, well, reality. So we are just talking about reality as it actually exists from a particular perspective, as opposed to mere description of reality from that perspective. (The description of a thing is always categorically different from the ontology of the thing.)
I find it bizarre to call this “consciousness,” but words are words. You can define them however you wish. If we define “consciousness” in this sense, as many philosophers do, then it does not make logical sense to speak of your “consciousness” doing anything at all after you die, as your “consciousness” would just be defined as reality as it actually exists from your perspective. Perspectives always implicitly entail a physical object that is at the basis of that perspective, akin to the zero-point of a coordinate system, which in this case that object is you.
If you cease to exist, then your perspective ceases to even be defined. The concept of “your perspective” would no longer even be meaningful. It would be kind of like if a navigator kept telling you to go “more north” until eventually you reach the north pole, and then they tell you to go “more north” yet again. You’d be confused, because “more north” does not even make sense anymore at the north pole. The term ceases to be meaningfully applicable. If consciousness is defined as being from a particular perspective (as many philosophers in the literature define it), then by logical necessity the term ceases to be meaningful after the object that is the basis of that perspective ceases to exist. It neither exists nor ceases to exist, but no longer is even well-defined.
But, like I said, I’m not a fan of defining “consciousness” in this way, albeit it is popular to do so in the literature. My criticism of the “what it is like to be” definition is mainly that most people tend to associate “consciousness” with mammalian brains, yet the definition is so broad that there is no logical reason as to why it should not be applicable to even a single fundamental particle.
I’m not sure what you mean by “turning into into a classical random number.” The only point of the card is to make sure that the sampling results from the simulator are truly random, down to a quantum level, and have no deterministic patterns in them. Indeed, actually using quantum optics for this purpose is a bit overkill as there are hardware random number generators which are not quantum-based and produce something good enough for all practical purposes, like Intel Secure Key Technology which is built into most modern x86 CPUs.
For that reason, my software does allow you to select other hardware random number generators. For example, you can easily get a build that can run simulations of 14 qubits for only a few hundred dollars if you just use the Intel Secure Key Technology option. It also supports a much cheaper device called TrueRNGv3 which is a USB device. It also has an option to use a pseudorandom number generator if you’re not that interested in randomness accuracy, and when using the pseudorandom number generator option it also supports “hidden variables” which really just act as the seed to the pseudorandom number generator.
For most most practical purpose, no, you do not need this card and it’s definitely overkill. The main reason I even bought it was just because I was adding support for hardware random number generators to my software and I wanted to support a quantum one and so I needed to buy it to actually test it and make sure it works for it. But now I use it regularly for the back-end to my simulator just because I think it is neat.