Home
last modified time | relevance | path

Searched refs:gmoves (Results 1 – 3 of 3) sorted by relevance

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/motion/mc/
H A Dtamc_run.F183 TYPE(mc_moves_type), POINTER :: gmoves, moves local
491 CALL init_mc_moves(gmoves)
512 gmoves%hmc%attempts = 0
513 gmoves%hmc%successes = 0
569 CALL langevinVEC(md_env, globenv, mc_env, moves, gmoves, r, &
653 CALL MC_MOVES_RELEASE(gmoves)
872 SUBROUTINE langevinVEC(md_env, globenv, mc_env, moves, gmoves, r, & argument
878 TYPE(mc_moves_type), POINTER :: moves, gmoves local
1103 gmoves%hmc%attempts, "=", REAL(gmoves%hmc%successes, dp)/REAL(gmoves%hmc%attempts, dp)
1180 gmoves%hmc%attempts = gmoves%hmc%attempts + 1
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/motion/mc/
H A Dtamc_run.F186 TYPE(mc_moves_type), POINTER :: gmoves, moves local
497 CALL init_mc_moves(gmoves)
518 gmoves%hmc%attempts = 0
519 gmoves%hmc%successes = 0
575 CALL langevinVEC(md_env, globenv, mc_env, moves, gmoves, r, &
660 CALL MC_MOVES_RELEASE(gmoves)
879 SUBROUTINE langevinVEC(md_env, globenv, mc_env, moves, gmoves, r, & argument
885 TYPE(mc_moves_type), POINTER :: moves, gmoves local
1113 gmoves%hmc%attempts, "=", REAL(gmoves%hmc%successes, dp)/REAL(gmoves%hmc%attempts, dp)
1190 gmoves%hmc%attempts = gmoves%hmc%attempts + 1
[all …]
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dcomplex.cpp1864 int gmoves[8], q=0, bqual = -1; in movebugs() local
1885 if(qual == bqual) gmoves[q++] = dir; in movebugs()
1889 int d = gmoves[hrand(q)]; in movebugs()