SUMMARY
This discussion focuses on solving Schrödinger's time-independent equation using C++ programming. The user seeks assistance in implementing a class that employs the shooting method for calculating eigenvectors. A resource link is provided, detailing methods relevant to differential equations, which can aid in the implementation process.
PREREQUISITES
- Understanding of Schrödinger's equation and quantum mechanics
- Proficiency in C++ programming
- Familiarity with numerical methods, specifically the shooting method
- Knowledge of differential equations
NEXT STEPS
- Research the implementation of the shooting method in C++
- Explore numerical libraries in C++ such as Eigen or Armadillo for matrix operations
- Study the concepts of eigenvalues and eigenvectors in quantum mechanics
- Review resources on solving differential equations numerically
USEFUL FOR
Quantum physicists, computational scientists, and C++ developers interested in numerical methods for solving differential equations.