Description Usage Arguments Value References Examples
This function simulates the quantum version of the Newcomb's Paradox by taking in the choice of the qubit |0> or |1> by the supercomputer Omega
and the probability 'probability'
with which Alice plays the spin flip operator. It returns the final state of the quantum game along with plotting the probability densities of the qubits of the final state after measurement.
1 | QNewcomb(Omega, probability)
|
Omega |
|0> or |1> |
probability |
a real number between 0 and 1 including the end points |
The final state of the quantum game as a vector along with plotting the probability densities of the qubits of the final state after measurement.
https://arxiv.org/pdf/quant-ph/0506219.pdf
https://arxiv.org/pdf/quant-ph/0208069.pdf
https://arxiv.org/pdf/quant-ph/0202074.pdf
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.