Skip to content

Commit

Permalink
[WIP] Optical defects (#25)
Browse files Browse the repository at this point in the history
* Harmonics

* find localized states with ipr

* ccd

* major update to CCD

test_files

* pymatgen dep change

* ignore vscode

* waveder files

* waveder files

* waveder tests

* optical

* ediff spectra

* ediff spectra

* added band structure

* added band structure

* added

added

harmonic and optical defect

harmonic and optical defect
  • Loading branch information
jmmshn authored Aug 30, 2022
1 parent d045488 commit c66e165
Show file tree
Hide file tree
Showing 26 changed files with 610 additions and 23,853 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,5 @@ dmypy.json

docs_build
examples/wip*

.vscode
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"restructuredtext.confPath": "",
"esbonio.sphinx.confDir": "",
"python.testing.pytestArgs": [],
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.formatting.provider": "black"
Expand Down
98 changes: 0 additions & 98 deletions dash_app/chempot_selection.py

This file was deleted.

Loading

0 comments on commit c66e165

Please sign in to comment.