README
Quantum Mechanics Simulation
This demonstrates the outcome of principles generated by Quantum Mechanics in a manner visible to the human eye. This tool makes it much easier for the user to be able to access pre-scaled, pre-normalized visualizations of quantum systems. There are many intended features in this code, including but not limited to;
- Plotting different aspects about a quantum system (primarily distance, time, energy, and energy levels)
- Different computational methods to calculate parts of the quantum system
- Different plotting methods
This is a demonstration piece of code. This code is not complete, however I intend to finish it. It is currently approximately ~2500 lines, and it will likely grow and shrink over time, eventually settling around ~3000 lines.
My personal choice with this code was not to make it an object-oriented dependent code, instead relying on functions to perform what objects do. That said, libraries will perform some object-oriented activities. The list of libraries is currently longer than it needs to be on purpose, however it will be shorter in future versions of code.
The code is in a development stage, it has at least 4 critical bugs.
You can expect a QoL update before 02/17/24 as long as my busy-ness doesn't catch up to me.