1
General Questions and Answers / Re: Can the Electron Density (or Converged State) Calculated from IV Characteristic
« Last post by dmicje12 on November 29, 2024, 04:11 »Thanks for reply!
but,I still don’t understand
1.
I added configuration = nlread("file.hdf5", DeviceConfiguration)[-1] to the script.
If the metallic region in the DeviceConfiguration of file.hdf5 is at 0V, does that mean the calculated Veff result will be the "effective potential of the metallic region at 0V"?
But if I want to use the "DeviceConfiguration of the metallic region at 0V" as the initial state for calculating the "effective potential of the metallic region at -1V," is that possible?
2.
Also, where exactly should configuration = nlread("file.hdf5", DeviceConfiguration)[-1] be added in the script?
I tried adding it to both DeviceLCAOCalculator and DeviceConfiguration, but neither worked.
Thanks!
=======================================================
Thanks!
I already know how to import the initial state!
Just place the following:
job.setCalculator(
calculator=calculator, initial_state=nlread("file.hdf5", DeviceConfiguration)[0]
)
before job.update()
but,I still don’t understand
1.
I added configuration = nlread("file.hdf5", DeviceConfiguration)[-1] to the script.
If the metallic region in the DeviceConfiguration of file.hdf5 is at 0V, does that mean the calculated Veff result will be the "effective potential of the metallic region at 0V"?
But if I want to use the "DeviceConfiguration of the metallic region at 0V" as the initial state for calculating the "effective potential of the metallic region at -1V," is that possible?
2.
Also, where exactly should configuration = nlread("file.hdf5", DeviceConfiguration)[-1] be added in the script?
I tried adding it to both DeviceLCAOCalculator and DeviceConfiguration, but neither worked.
Thanks!
=======================================================
Thanks!
I already know how to import the initial state!
Just place the following:
job.setCalculator(
calculator=calculator, initial_state=nlread("file.hdf5", DeviceConfiguration)[0]
)
before job.update()