-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
16 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
(1) Do a full geometry optimization. Must be accurate with fine tolarances | ||
* How accurate | ||
* Symmetry | ||
(2) Set up the strained cells. | ||
* How many strains | ||
* Choosing the symmetry | ||
* How big should the strains be? | ||
(3) Analysis | ||
* Check fits | ||
* What does output mean? | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Check what the orientation of the lattice vectors should be w.r.t. the strains and cart axes. Probably should convert to _ABC then back to _CART... | ||
Test (can I test with GULP? - yes, but stresses are in the wrong units) | ||
Seperate castep specific file handling in both scripts from genric maths | ||
Investigate 'reuse' eather a .check or .castep_bin file. Note, I've run into some cases of these failing on hector. | ||
Correct handling of errors (wrt the __append... functions). |