Skip to content

Latest commit

 

History

History
65 lines (43 loc) · 1.62 KB

File metadata and controls

65 lines (43 loc) · 1.62 KB

Uncertainty Principle Graph

Table of Contents

Description

This project visualizes the Uncertainty Principle in quantum mechanics using a 2D contour plot. The graph illustrates the relation between position uncertainty ( \Delta x ) and momentum uncertainty ( \Delta p ), and the minimum bound defined by ( \frac{\hbar}{2} ).

Uncertainty Principle Graph

Project Structure

.
├── graph_uncertainty_principle.py  # Main script to generate the uncertainty graph
└── README.md                       # Documentation for the project

Installation

Requirements

  • Python 3.9
  • Matplotlib
  • Numpy

Setup

Install:

pip install matplotlib numpy

Usage

  1. Run the script:

    python graph_uncertainty_principle.py
  2. The plot will visualize the following:

    • Contour levels representing ( \Delta x \Delta p - \frac{\hbar}{2} ).
    • A colorbar indicating the magnitude of the uncertainty difference.

Licence

This project is licensed under the same terms as the BSc thesis it is derived from. Please refer to the thesis documentation for specific licensing details and any applicable restrictions.

Contact

For questions or suggestions related specifically to this thesis, please contact: