You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.....
File "/home/j9263178/cytnx_test/cytnx/linalg_conti.py", line 7, in Lanczos_ER
return linalg.c_Lanczos_ER(Hop,k,is_V,maxiter,CvgCrit,is_row,Tin,max_krydim,verbose);
RuntimeError:
# Cytnx error occur at T& cytnx::Storage_base::at(const cytnx_uint64&) const [with T = float; cytnx::cytnx_uint64 = long unsigned int]
# error: [ERROR] type mismatch. try to get <float> type from raw data of type Double (Float64)
# file : /home/j9263178/github/Cytnx/src/Storage_base.cpp (625)
The text was updated successfully, but these errors were encountered:
An example in python (cd type LinOp and input vector):
Result:
Result for cf type:
Result for f type:
The text was updated successfully, but these errors were encountered: