The Parallel Two-Dimensional Time-Dependent Schrödinger Equation Model implements a staggered-time algorithm in which the real and imaginary parts of the wave function on a 2D grid are defined at alternate times as described by Visscher. Because the each part of the wave fucntion (real or imaginary) depends on the other part, the update loop can be parallelized. The algorithm is well suited for pedagogic applications because it is second-order accurate in time and has the speed and simplicity of explicit methods and the accuracy and stability of second-order implicit methods, such as Crank-Nicholson. The Parallel Two-Dimensional Ising Model was developed by Wolfgang Christian using the Easy Java/JavaScript Simulations (EjsS) version 5 modeling tool. It is based on a Java program from An Introduction to Computer Simulation Methods and is distributed as a ready-to-run Java program (jar file) and as EjsS source code (xml file).