Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Davtax committed Feb 8, 2022
1 parent b8ba07f commit d70e1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pip install joblib
```

## Usage
In [`general_functions.py`](https://github.com/Davtax/Tunable-emission-metasurfaces/blob/main/general_functions.py) contains the main functions. These functions are called from the different jupyter notebooks that reproduce the figures of the article (main text and supplemental material). Inside the folder [img](https://github.com/Davtax/Tunable-emission-metasurfaces/img) are located the pictures used in the notebooks to schematically describe the system. Data for the energy at the Van Hove singularity for the shifted bilayer case, for different lattice distances is located in [`divergence_energy_bilayer_shift.npy`](https://github.com/Davtax/Tunable-emission-metasurfaces/blob/main/divergence_energy_bilayer_shift.npy). This data is used in several notebooks, to load it
In [`general_functions.py`](https://github.com/Davtax/Tunable-emission-metasurfaces/blob/main/general_functions.py) contains the main functions. These functions are called from the different jupyter notebooks that reproduce the figures of the article (main text and supplemental material). Inside the folder [img](https://github.com/Davtax/Tunable-emission-metasurfaces/tree/main/img) are located the pictures used in the notebooks to schematically describe the system. Data for the energy at the Van Hove singularity for the shifted bilayer case, for different lattice distances is located in [`divergence_energy_bilayer_shift.npy`](https://github.com/Davtax/Tunable-emission-metasurfaces/blob/main/divergence_energy_bilayer_shift.npy). This data is used in several notebooks, to load it
```python
import numpy as np
from scipy.interpolate import CubicSpline
Expand Down

0 comments on commit d70e1ff

Please sign in to comment.