Skip to content
Snippets Groups Projects

Batchify the imaginary time propagation eigensolver

Merged Micael Oliveira requested to merge batchify_eigen_evolution into develop
All threads resolved!

Description

Batchify the imaginary time propagation eigensolver. This adding the option of using an imaginary time to the exponential methods.

Checklist

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Codecov Report

    Merging #652 into develop will increase coverage by 0.02%. The diff coverage is 81.15%.

    Impacted file tree graph

    @@             Coverage Diff             @@
    ##           develop     #652      +/-   ##
    ===========================================
    + Coverage     70.8%   70.82%   +0.02%     
    ===========================================
      Files          471      471              
      Lines        89329    89362      +33     
    ===========================================
    + Hits         63251    63293      +42     
    + Misses       26078    26069       -9
    Impacted Files Coverage Δ
    src/system/eigensolver.F90 95.89% <ø> (ø) :arrow_up:
    src/system/exponential.F90 80.24% <75%> (-1.53%) :arrow_down:
    src/system/eigen_evolution_inc.F90 88% <83.01%> (-2.39%) :arrow_down:
    src/grid/mesh_batch_inc.F90 80.04% <0%> (+2.72%) :arrow_up:
    src/basic/cublas.cc 51.85% <0%> (+5.55%) :arrow_up:
    src/math/accel_blas_inc.F90 50% <0%> (+11.53%) :arrow_up:

    Continue to review full report at Codecov.

    Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b074a8f...2f88733. Read the comment docs.

    Edited by Codecov
  • Sebastian Ohlmann resolved all threads

    resolved all threads

  • Sebastian Ohlmann approved this merge request

    approved this merge request

  • added 1 commit

    Compare with previous version

  • Sebastian Ohlmann resolved all threads

    resolved all threads

  • Sebastian Ohlmann approved this merge request

    approved this merge request

  • Sebastian Ohlmann unapproved this merge request

    unapproved this merge request

  • Micael Oliveira added 2 commits

    added 2 commits

    • 35595511 - Do no copy data when unpacking psib after computing eigenvalues and residues,...
    • 2f88733a - Fix incorrect calculation of residue.

    Compare with previous version

  • Nicolas Tancogne-Dejean resolved all threads

    resolved all threads

  • Sebastian Ohlmann approved this merge request

    approved this merge request

  • Micael Oliveira enabled an automatic merge when the pipeline for 2f88733a succeeds

    enabled an automatic merge when the pipeline for 2f88733a succeeds

  • Micael Oliveira mentioned in commit 0d725e2d

    mentioned in commit 0d725e2d

  • Please register or sign in to reply
    Loading