Closed mducle closed 6 months ago
There was a change in the format of the checkpoint file in 17.1, which would affect the reading by Euphonic. (The field phonon_supercell_origins was added).
There's code in CASTEP to read older versions of the checkpoint file, so the easiest thing to do may be to perform a minimal "continuation" run (Literally just have one line in the param reading "continuation :
If there is demand for this, we could compute the phonon_supercell_origins
field in Euphonic. There is already some code in the phonopy reader which could be repurposed for this.
The following is a valid
.castep_bin
file as far as I can tell, and has the requiredFORCE_CON
field but euphonic gives the following error when trying to read it:cp-out.castep_bin.zip
The file was generated by Castep 16.11 - possibly there was some change of format of the bin-files between Castep-16 and Castep-19 which was what euphonic was written against.