QNewcomb {QGameTheory} | R Documentation |
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.
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
init()
QNewcomb(Q$Q0, 0)
QNewcomb(Q$Q1, 0)
QNewcomb(Q$Q1, 0.7)