It should be possible to set the properties of a KpointsData directly in the constructor. Instead of having to write
kpoints = KpointsData()
kpoints.set_kpoints_mesh([4,4,4])
builder.kpoints = kpoints
one should be able to write
builder.kpoints = KpointsData(mesh=[4,4,4])
It should be possible to set the properties of a
KpointsDatadirectly in the constructor. Instead of having to writeone should be able to write