Metadata-Version: 2.1
Name: bicks
Version: 0.0.2
Summary: find BICs
Home-page: https://github.com/PMRG-LE707/bicks
Author: cwxie
Author-email: cw.xie@qq.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/PMRG-LE707/bicks/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

![avatar](./Doc/figures/logo_1.jpeg)

BICKS is a solver to find BICs in 1D PhC slab. Give the properties of a PhC slab and you can get the BICs. 

# Output  

BICKS can find BICs in the both high direction lines. 

In the periodical direction:

<img src="./Doc/figures/bic_q.png" alt="bic_ky" style="zoom:36%;" />

and in the other direction:

<img src="./Doc/figures/bic_ky.png" alt="bic_ky" style="zoom:36%;" />

# Install

Easiest way:

```bash
pip install bicks
```

Try this in your terminal or git bash to install bicks :

```bash
git clone https://github.com/PMRG-LE707/bicks.git
```

# Example

There are a lot examples in ``` ./Doc/examples/``` which can help you quick-start.







 



