QNewcomb {QGameTheory} | R Documentation |
Quantum Newcomb's Paradox
Description
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.
Usage
QNewcomb(Omega, probability)
Arguments
Omega |
|0> or |1> |
probability |
a real number between 0 and 1 including the end points |
Value
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.
References
https://arxiv.org/pdf/quant-ph/0506219.pdf
https://arxiv.org/pdf/quant-ph/0208069.pdf
https://arxiv.org/pdf/quant-ph/0202074.pdf
Examples
init()
QNewcomb(Q$Q0, 0)
QNewcomb(Q$Q1, 0)
QNewcomb(Q$Q1, 0.7)
[Package QGameTheory version 0.1.2 Index]