Browse Source

Other simulator ideas

Adam Kelly 6 years ago
parent
commit
8be41a10da
1 changed files with 5 additions and 0 deletions
  1. 5 0
      NOTES.md

+ 5 - 0
NOTES.md

@@ -13,3 +13,8 @@ At a bare minimum, a quantum computer simulator must have the following parts:
 * Ability to measure single qubits in the register and collapse their state into the measured state.
 * Ability to measure single qubits in the register and collapse their state into the measured state.
 
 
 Other functionality can be added which will make the simulator more useful, which is discussed later
 Other functionality can be added which will make the simulator more useful, which is discussed later
+
+## Alternative Simulator Architectures
+
+* Could try using the Feynmann path integral formulation of quantum mechanics
+* Could use CUDA, Apple's Metal compute and standard Rust