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
When working on #52, @ndaelman-hu and I realized that it is better to restructured a bit the KMesh and LinePathSegment sections in numerical_settings.py.
The idea will be to define a common placeholder, KSpace, which contains the info and specifies whether the K space is divided in a mesh (section KMesh) or it is along a given path (new section KLinePath).
The section LinePathSegment will be reworked in a flat KLinePath (so no need to repeat the subsection), so that ElectronicBandStructure will also suffer a bit of a rework with respect to the old schema.
The text was updated successfully, but these errors were encountered:
When working on #52, @ndaelman-hu and I realized that it is better to restructured a bit the
KMesh
andLinePathSegment
sections innumerical_settings.py
.The idea will be to define a common placeholder,
KSpace
, which contains the info and specifies whether the K space is divided in a mesh (sectionKMesh
) or it is along a given path (new sectionKLinePath
).The section
LinePathSegment
will be reworked in a flatKLinePath
(so no need to repeat the subsection), so thatElectronicBandStructure
will also suffer a bit of a rework with respect to the old schema.The text was updated successfully, but these errors were encountered: