mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 22:25:32 -04:00
NEGF: bug correction of f4fc7e3.
This commit is contained in:
parent
f4fc7e3a19
commit
33f5bf236d
1 changed files with 4 additions and 2 deletions
|
|
@ -249,8 +249,10 @@ CONTAINS
|
|||
WRITE (log_unit, "(' Number of atoms in a primary unit cell:',I4)") SIZE(negf_env%contacts(icontact)%atomlist_cell0)
|
||||
IF (verbose_output) WRITE (log_unit, "(' Atoms belonging to a primary unit cell (from the entire sysem):')")
|
||||
IF (verbose_output) WRITE (log_unit, "(16I5)") negf_env%contacts(icontact)%atomlist_cell0
|
||||
IF (verbose_output) WRITE (log_unit, "(' Atom mapping of a unit cell of the bulk electrode:')")
|
||||
IF (verbose_output) WRITE (log_unit, "(16I5)") negf_env%contacts(icontact)%atom_map_cell0(:)%iatom
|
||||
IF (verbose_output .AND. negf_control%contacts(icontact)%force_env_index > 0) &
|
||||
WRITE (log_unit, "(' Atom mapping of a unit cell of the bulk electrode:')")
|
||||
IF (verbose_output .AND. negf_control%contacts(icontact)%force_env_index > 0) &
|
||||
WRITE (log_unit, "(16I5)") negf_env%contacts(icontact)%atom_map_cell0(:)%iatom
|
||||
IF (verbose_output) WRITE (log_unit, "(' Direction of an electrode: ',I16)") negf_env%contacts(icontact)%direction_axis
|
||||
n = SIZE(negf_env%contacts(icontact)%h_00(1)%local_data, 1)
|
||||
WRITE (sfmt, "('(',i0,'(E15.5))')") n
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue