Metadata-Version: 2.1
Name: acoutreams
Version: 0.1.23
Summary: A Python package for acoustic scattering based on the T-matrix method
Home-page: https://github.com/NikUstimenko/acoutreams
Author: Nikita Ustimenko
Author-email: nikita.ustimenko@kit.edu
License: MIT
Project-URL: Bug Tracker, https://github.com/NikUstimenko/acoutreams/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: treams

[![PyPI](https://img.shields.io/pypi/v/acoutreams)](https://pypi.org/project/acoutreams)
![License](https://img.shields.io/github/license/NikUstimenko/acoutreams)
[![Documentation Status](https://img.shields.io/badge/docs-online-brightgreen)](https://NikUstimenko.github.io/acoutreams)

# acoutreams

The package `acoutreams` adopts the framework of the `treams` package for acoustic wave scattering in finite and periodic arrangements of particles, based on the T-matrix method.

## Installation

### Installation using pip

To install the package with pip, use

```sh
pip install acoutreams
```
Preliminarily, you have to also install original `treams` as well as `numpy` and `scipy`
```sh
pip install treams
```

## Documentation

The documentation can be found at https://NikUstimenko.github.io/acoutreams.

## Publications

When using this code please cite:

## Features

* [x] T-matrix calculations using a spherical or cylindrical wave basis set
* [x] Scattering from clusters of particles
* [x] Scattering from particles and clusters arranged in 3d-, 2d-, and 1d-lattices
* [x] Calculation of sound propagation in stratified media
* [x] Band calculation in crystal structures
