-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get FC import from CASTEP 25.1 working
- CASTEP 25.1 adds extra fields to BORN and DIELECTRIC sections of castep_bin file; read (and discard) this information - It also seems to _create_ a BORN section even if you didn't need one? That throws off some Euphonic logic which assumes you would only ever have BORN and DIELECTRIC data at the same time. - As FC behaviour isn't really defined when you only have one, let's discard it in that case. I need to test a wider range of import/present/not-present cases to be sure this will always do the right thing.
- Loading branch information
Showing
2 changed files
with
17 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters