This repository contains Python code and examples related to numerical computing, quantum mechanics, and various topics in physics.
- Python & NumPy: Code snippets and tutorials for using Python with the NumPy library, covering array manipulations, mathematical operations, and numerical methods.
- Quantum Mechanics: Simulations and visualizations of quantum mechanics concepts, such as wavefunctions, potential wells, and particle behavior in quantum systems.
- Physics: Codes implementing various physics formulas, calculations, and simulations, including mechanics, electromagnetism, and thermodynamics.
- Python 3.x
- NumPy
- Matplotlib (for plotting and visualizations)
Install required libraries with:
pip install numpy matplotlib