Metadata-Version: 2.4
Name: haot
Version: 1.1.2
Summary: Hypersonic Aerodynamics Optics Tools
Author-email: "Martin E. Liza" <mliza1191@gmail.com>
License-Expression: MIT
Project-URL: source, https://github.com/mliza/HAOT
Project-URL: homepage, https://github.com/mliza/HAOT
Project-URL: documentation, https://haot.readthedocs.io
Project-URL: issues, https://github.com/mliza/HAOT/issues
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.20.0
Requires-Dist: scipy>=1.6.0
Requires-Dist: molmass>=2024.10.25
Requires-Dist: ambiance>=1.3.1
Dynamic: license-file

# HAOT
**Hypersonic Aerodynamics Optics Tools**

The modules are structured in the following manner:

```mermaid
graph TD
  id1([haot]) --> id2([aerodynamics]);
  id1([haot]) --> id3([optics]);
  id1([haot]) --> id4([quantum_mechanics]);
  id1([haot]) --> id5([constants]);
  id1([haot]) --> id6([conversions]);
```

Documentation can be found:
https://haot.readthedocs.io
