Quantum Computation and Quantum Information

$ID = get_the_ID();
add_post_meta($ID, 'Author', 'R.Fazio', True);
add_post_meta($ID, 'Credits', '3', True);

$AUTHOR = get_post_meta(get_the_ID(),'Author',True);
$CREDITS = get_post_meta(get_the_ID(),'Credits',True);
echo "

by $AUTHOR ($CREDITS credits)

“;
?>


QuantCompPicture

Main topics

Quantum Computation

  • Reversible computation
  • States, density matrix and measure
  • qbits and quantum logic gates
  • Entanglement, Bell inequality and GHZ states
  • Deutsch-Josza and Grover algorithms
  • Shor algorithm
  • Decoherence in quantum systems
  • Error correction

Quantum Information

  • Teletransport and superdense coding
  • Quantum cryptography
  • Von Neumann entropy
  • Accessible information
  • Quantum copies and Bell telephone
  • Quantum data compression

Comments are closed.