We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aac5ded commit eae6290Copy full SHA for eae6290
1 file changed
dpnegf/runner/NEGF.py
@@ -390,6 +390,9 @@ def compute(self,
390
dtype=self.poisson_options['poisson_dtype'])
391
log.info(msg="-------------------------------------------\n")
392
393
+ else:
394
+ log.info(msg="Using the given Poisson condition for NEGF-Poisson SCF")
395
+
396
assert isinstance(pcond, Interface3D)
397
self.poisson_negf_scf(interface_poisson=pcond,
398
atom_gridpoint_index=list(pcond.grid.atom_index_dict.values()),
0 commit comments