ExpHP / rsp2

phonons in rust
Apache License 2.0
2 stars 1 forks source link

Separate bond polarizability #115

Closed ExpHP closed 3 years ago

ExpHP commented 3 years ago

Adds a separate executable for computing bond polarizability.

I tried to make it depend on fewer parts of rsp2. The biggest problem with this was reading in a dynamical matrix (because the way rsp2 currently does that is......... well, it involves a python process and some IPC. It's bad.) so it expects it in JSON.

ExpHP commented 3 years ago

hmmmm, there's more commits listed here than I expected... did I not base this off of master?