1
General Questions and Answers / Re: procedure to change bond lengths
« on: August 8, 2022, 11:44 »
2013.8 version is not supported any longer.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
iv_characteristics = nlread('pldos-Sn4S8-1e19-n-Vds0.64V-Vg-1.0V.hdf5', IVCharacteristics)[-1]
mp = iv_characteristics.results(
-1.0*Volt,
0.64*Volt,
[MullikenPopulation])[-1]
nlsave('mp_results.hdf5', mp)
m = nlread('mp_results.hdf5', MullikenPopulation)[0]
print(m.atomicCharge().sum())