issp-center-dev / mVMC

A numerical solver package for a wide range of quantum lattice models based on many-variable Variational Monte Carlo method
http://www.pasums.issp.u-tokyo.ac.jp/mvmc/en/
GNU General Public License v3.0
59 stars 19 forks source link

fix call to lapack ilaenv #61

Closed aoymt closed 14 hours ago

aoymt commented 3 weeks ago

a wrapper to lapack ilaenv introduced to convert c strings in the arguments to fortran strings.

xrq-phys commented 1 day ago

Oops.

You are correct. FORTRAN string has (LEN)CCCC instead of CCCC(EOF).

@k-ido LGTM. Let's merge it.