Table of Contents

Examples

The following examples demonstrate features provided by QuantumWavesCSharp.

Core Mathematics

Complex arithmetic

Basic arithmetic, polar form conversion, interpolation, and utility functions provided by MathC.

Read example


Wave Functions

Wave function calculations

Demonstrates how to manually normalize a wave function using TryNormalize, sample particle positions using Sample and evaluate probability using ProbablityInRange.

Read example


Analytical Quantum Systems

Built-in solutions

Shows how to construct analytical systems such as the harmonic oscillator and infinite well.

Read example