Usage

After installing HAOT, you can import it in a python session by:

import haot

Or you can import the modules individually as:

from haot import aerodynamics
from haot import optics
from haot import quantum_mechanics
from haot import coordinates
from haot import constants
from haot import conversions

The following examples will demonstrate some of the key capabilities and specific use cases of the HAOT package.