You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm going to write an interface for ASE. ASE has a bandstructure object that can be initialised from Castep output. It means that ASE is added a dependancy to effmass (increasingly code fragility), but the benefit is that many other codes that interface with ASE will be able to use effmass (including quantum espresso #19).
It looks like occupancy data is not accessible through ASE (or printed out in the Castep .bands file) and so I will have to make a workaround using the fermi energy.
As part of this I should re-factor the code so there is a parent "Data" class. "DataVasp", "DataAims", "DataASE" would then inherit from this.
lucydot
changed the title
Effmass interface with Castep
Effmass interface with ASE
Mar 9, 2021
Interface effmass for use with Castep. As requested by Devendra Tiwari at University of Northumbria.
The text was updated successfully, but these errors were encountered: