Skip to content

Commit eae6290

Browse files
committed
feat(NEGF): 添加日志以指示使用给定的Poisson条件进行NEGF-Poisson SCF
1 parent aac5ded commit eae6290

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

dpnegf/runner/NEGF.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,9 @@ def compute(self,
390390
dtype=self.poisson_options['poisson_dtype'])
391391
log.info(msg="-------------------------------------------\n")
392392

393+
else:
394+
log.info(msg="Using the given Poisson condition for NEGF-Poisson SCF")
395+
393396
assert isinstance(pcond, Interface3D)
394397
self.poisson_negf_scf(interface_poisson=pcond,
395398
atom_gridpoint_index=list(pcond.grid.atom_index_dict.values()),

0 commit comments

Comments
 (0)