In the basic jupyter note book, there is a code block like:
ocean_params = OCEANParameters(
edge="K",
diel=6.84,
cards=mycards,
kpoints=lightshow.common.kpoints.GenericEstimatorKpoints(cutoff=33),
nbands=lightshow.common.nbands.UnitCellVolumeEstimate(e_range=40)
)
If there are multiple materials provided, diel should not set to a given value, since this will be assigned to all the materials. The easiest way is to get this value from MP. @deyulu I remember you had collaboration work using OCEAN. Please double check if this setting is correct or not.
In the basic jupyter note book, there is a code block like:
If there are multiple materials provided,
dielshould not set to a given value, since this will be assigned to all the materials. The easiest way is to get this value from MP. @deyulu I remember you had collaboration work using OCEAN. Please double check if this setting is correct or not.