Home
last modified time | relevance | path

Searched refs:rho_01 (Results 1 – 8 of 8) sorted by relevance

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dnegf_env_types.F111 TYPE(cp_fm_p_type), ALLOCATABLE, DIMENSION(:) :: rho_00, rho_01 component
470 ALLOCATE (contact_env%rho_00(nspins), contact_env%rho_01(nspins))
475 NULLIFY (contact_env%rho_01(ispin)%matrix)
480 CALL cp_fm_create(contact_env%rho_01(ispin)%matrix, fm_struct)
647 ALLOCATE (contact_env%rho_00(nspins), contact_env%rho_01(nspins))
654 NULLIFY (contact_env%rho_01(ispin)%matrix)
1341 IF (ALLOCATED(contact_env%rho_01)) THEN
1342 DO ispin = SIZE(contact_env%rho_01), 1, -1
1343 IF (ASSOCIATED(contact_env%rho_01(ispin)%matrix)) &
1344 CALL cp_fm_release(contact_env%rho_01(ispin)%matrix)
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dnegf_env_types.F111 TYPE(cp_fm_p_type), ALLOCATABLE, DIMENSION(:) :: rho_00, rho_01 component
470 ALLOCATE (contact_env%rho_00(nspins), contact_env%rho_01(nspins))
475 NULLIFY (contact_env%rho_01(ispin)%matrix)
480 CALL cp_fm_create(contact_env%rho_01(ispin)%matrix, fm_struct)
647 ALLOCATE (contact_env%rho_00(nspins), contact_env%rho_01(nspins))
654 NULLIFY (contact_env%rho_01(ispin)%matrix)
1341 IF (ALLOCATED(contact_env%rho_01)) THEN
1342 DO ispin = SIZE(contact_env%rho_01), 1, -1
1343 IF (ASSOCIATED(contact_env%rho_01(ispin)%matrix)) &
1344 CALL cp_fm_release(contact_env%rho_01(ispin)%matrix)
[all …]
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/experiments/
H A Dqubit_characterizations.py416 rho_01 = rho_01_re + 1j * rho_01_im
417 rho_10 = np.conj(rho_01)
419 rho = np.array([[rho_00, rho_01], [rho_10, rho_11]])
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/experiments/
H A Dqubit_characterizations.py416 rho_01 = rho_01_re + 1j * rho_01_im
417 rho_10 = np.conj(rho_01)
419 rho = np.array([[rho_00, rho_01], [rho_10, rho_11]])
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/experiments/
H A Dqubit_characterizations.py416 rho_01 = rho_01_re + 1j * rho_01_im
417 rho_10 = np.conj(rho_01)
419 rho = np.array([[rho_00, rho_01], [rho_10, rho_11]])
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/experiments/
H A Dqubit_characterizations.py416 rho_01 = rho_01_re + 1j * rho_01_im
417 rho_10 = np.conj(rho_01)
419 rho = np.array([[rho_00, rho_01], [rho_10, rho_11]])
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/experiments/
H A Dqubit_characterizations.py415 rho_01 = rho_01_re + 1j * rho_01_im
416 rho_10 = np.conj(rho_01)
418 rho = np.array([[rho_00, rho_01], [rho_10, rho_11]])
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/
H A Dgrid_descriptor.py628 rho_01 = rho_g.sum(axis=2)
630 rho_cz = [rho_01.sum(axis=1), rho_01.sum(axis=0), rho_02.sum(axis=0)]