<div dir="ltr">Hi All,<div>I want to print the band structure of WO3 with hybrid functional PBE0 and I get the "CPASSERT failed  hfx_energy_potential.F:494" </div><div>Routine Calling Stack : 9 integrate_four_center<br></div><div><br></div><div>The input file downloaded from https://www.cp2k.org/exercises:2018_uzh_cmest:pdos?s[]=band</div><div>And the functional PBE0 description are:</div><div><pre class="code" style="padding: 0.7em 1em; font-family: Consolas, "Andale Mono WT", "Andale Mono", "Bitstream Vera Sans Mono", "Nimbus Mono L", Monaco, "Courier New", monospace; font-size: 14px; direction: ltr; background-color: rgb(251, 250, 249); color: rgb(51, 51, 51); box-shadow: rgb(204, 204, 204) -4px -4px 0.5em -0.3em inset; border-radius: 2px; overflow: auto; overflow-wrap: normal; border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204);">&XC                       ! this is the section to define the electronic exchange  
      &XC_FUNCTIONAL          ! our functional is <span class="search_hit" style="background-color: rgb(255, 255, 153);">hybrid</span> 
         &PBE                 ! it has 75% of PBE 
           SCALE_X 0.75
           SCALE_C 1.0
         &END
         &PBE_HOLE_T_C_LR
           SCALE_X 0.25       ! + 25% of truncated PBE0 functional - that includes exact hfx
           CUTOFF_RADIUS 3.5  ! that has interaction truncated at 3.5 A from the atomic core 
         &END
      &END XC_FUNCTIONAL
      &HF
        FRACTION 0.25         ! this is the hfx section. The amount of hfx must be consistent with above
        &SCREENING            ! Screening of the electronic repulsion up to the given threshold. This section is needed
          EPS_SCHWARZ 1.0E-6
          SCREEN_ON_INITIAL_P TRUE  ! having an external wave-function, a preliminary screening
        &END                        ! can be performed to speed up calculations
        &MEMORY
          MAX_MEMORY 800            ! uses some memory to store data and not recompute each step
        &END
        &INTERACTION_POTENTIAL      ! Sets up interaction potential between the two regions
          POTENTIAL_TYPE TRUNCATED  ! the potential is  truncated 
          CUTOFF_RADIUS 3.5         ! at 3.5 A (see above)
          T_C_G_DATA ./t_c_g.dat    ! external file with parameters needed to truncate the potential
        &END
      &END</pre><pre class="code" style="padding: 0.7em 1em; font-family: Consolas, "Andale Mono WT", "Andale Mono", "Bitstream Vera Sans Mono", "Nimbus Mono L", Monaco, "Courier New", monospace; font-size: 14px; direction: ltr; background-color: rgb(251, 250, 249); color: rgb(51, 51, 51); box-shadow: rgb(204, 204, 204) -4px -4px 0.5em -0.3em inset; border-radius: 2px; overflow: auto; overflow-wrap: normal; border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204);"><br></pre><pre class="code" style="padding: 0.7em 1em; font-family: Consolas, "Andale Mono WT", "Andale Mono", "Bitstream Vera Sans Mono", "Nimbus Mono L", Monaco, "Courier New", monospace; font-size: 14px; direction: ltr; background-color: rgb(251, 250, 249); color: rgb(51, 51, 51); box-shadow: rgb(204, 204, 204) -4px -4px 0.5em -0.3em inset; border-radius: 2px; overflow: auto; overflow-wrap: normal; border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204);">Thanks!<br></pre><pre class="code" style="padding: 0.7em 1em; font-family: Consolas, "Andale Mono WT", "Andale Mono", "Bitstream Vera Sans Mono", "Nimbus Mono L", Monaco, "Courier New", monospace; font-size: 14px; direction: ltr; background-color: rgb(251, 250, 249); color: rgb(51, 51, 51); box-shadow: rgb(204, 204, 204) -4px -4px 0.5em -0.3em inset; border-radius: 2px; overflow: auto; overflow-wrap: normal; border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204);">Lina</pre></div></div>