Usage ===== After installing **HAOT**, you can import it in a python session by: .. code:: python import haot Or you can import the modules individually as: .. code:: python 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. .. toctree:: :maxdepth: 1 :caption: Examples: examples/aerodynamics examples/optics examples/quantum_mechanics examples/CFD