Search found 1 match
- Wed Jun 10, 2020 11:11 pm
- Forum: Improving ABINIT
- Topic: Possible bug(s) in m_krank/krank_new time reversal options
- Replies: 1
- Views: 9757
Possible bug(s) in m_krank/krank_new time reversal options
I was going through the code for tetrahedral integration and I think I spotted an issue in the treatment of time reversal at the end of krank_new. The code is below: 170 if (present(symrec)) then 171 if(.not. present(nsym)) then 172 TETRA_ERROR("need both symrec and nsym arguments together") 173 end...