Home
last modified time | relevance | path

Searched refs:dt2bye (Results 1 – 10 of 10) sorted by relevance

/dports/science/quantum-espresso/q-e-qe-6.7.0/CPV/src/
H A Druncp.f9015 ( nfi, fccc, ccc, ema0bg, dt2bye, rhos, bec_bgrp, c0_bgrp, cm_bgrp, fromscra, restart ) argument
49 REAL(DP) :: ema0bg(:), dt2bye local
100 ccc = fccc * dt2bye
101 emadt2 = dt2bye * ema0bg
298 ( nfi, fccc, ccc, ema0bg, dt2bye, rhos, bec, c0, cm, intermed, fromscra, & argument
326 REAL(DP) :: ema0bg(:), dt2bye local
385 ccc = fccc * dt2bye
386 emadt2 = dt2bye * ema0bg
H A Dmove_electrons.f9011 cm_bgrp, phi_bgrp, enthal, enb, enbi, fccc, ccc, dt2bye, stress, l_cprestart ) argument
56 REAL(DP), INTENT(IN) :: dt2bye local
163 CALL runcp_uspp_force_pairing( nfi, fccc, ccc, ema0bg, dt2bye, &
168 CALL runcp_uspp( nfi, fccc, ccc, ema0bg, dt2bye, rhos, bec_bgrp, c0_bgrp, cm_bgrp )
H A Dfromscra.f9077 REAL(DP) :: dt2bye local
101 dt2bye = delt * delt / emass
236 CALL runcp_uspp_force_pairing( nfi, fccc, ccc, ema0bg, dt2bye, rhos,&
243 …CALL runcp_uspp( nfi, fccc, ccc, ema0bg, dt2bye, rhos, bec_bgrp, cm_bgrp, c0_bgrp, fromscra = .TRU…
H A Dcp_interfaces.f90312 ( nfi, fccc, ccc, ema0bg, dt2bye, rhos, bec_bgrp, c0_bgrp, cm_bgrp, fromscra, restart )
317 real(DP) :: ema0bg(:), dt2bye local
330 ( nfi, fccc, ccc, ema0bg, dt2bye, rhos, bec, c0, cm, intermed, fromscra, &
336 REAL(DP) :: ema0bg(:), dt2bye local
752 & enbi, fccc, ccc, dt2bye, stress,l_cprestart )
760 REAL(DP), INTENT(IN) :: dt2bye local
H A Dcpr.f90145 enow, econs, econt, fccc, ccc, bigr, dt2bye local
216 dt2bye = dt2 / emass
345 enthal, enb, enbi, fccc, ccc, dt2bye, stress, .false. )
822 enbi, fccc, ccc, dt2bye, stress,.true. )
/dports/science/qbox/qbox-public-rel1_73_3/src/
H A DCPSampleStepper.cpp39 double dt2bye = (emass == 0.0) ? 0.5 / s.wf.ecut() : dt*dt/emass; in CPSampleStepper() local
45 dt2bye /= facs; in CPSampleStepper()
52 mdwf_stepper = new MDWavefunctionStepper(s.wf,s.wfv,dt,dt2bye,tmap); in CPSampleStepper()
H A DMDWavefunctionStepper.h43 double dt, double dt2bye, TimerMap& tmap);
H A DMDWavefunctionStepper.cpp28 Wavefunction *wfv, double dt, double dt2bye, TimerMap& tmap) : in MDWavefunctionStepper() argument
29 wfv_(wfv), dt_(dt), dt2bye_(dt2bye), WavefunctionStepper(wf,tmap) in MDWavefunctionStepper()
H A DBOSampleStepper.cpp234 double dt2bye = (emass == 0.0) ? 0.5 / wf.ecut() : dt*dt/emass; in step() local
240 dt2bye /= facs; in step()
242 wf_stepper = new SDWavefunctionStepper(wf,dt2bye,tmap); in step()
H A Dnotes1068 bug fix: MDWavefunctionStepper.C: correct dt2bye when ecuts>0.
1362 Fixed bug in PSD optimization: G=0 coefficient had zero value of dt2bye.