mirror of
https://github.com/libquantum/libquantum.git
synced 2025-10-03 16:51:37 +00:00
updated libquantum 1.1.1 source files
This commit is contained in:
8
error.c
8
error.c
@@ -54,12 +54,16 @@ quantum_strerr(int errno)
|
||||
return "wrong matrix size";
|
||||
case QUANTUM_EHASHFULL:
|
||||
return "hash table full";
|
||||
case QUANTUM_EHERMITIAN:
|
||||
return "matrix not Hermitian";
|
||||
case QUANTUM_ENOCONVERGE:
|
||||
return "method failed to converge";
|
||||
case QUANTUM_ENOLAPACK:
|
||||
return "LAPACK support not compiled in";
|
||||
case QUANTUM_ELAPACKARG:
|
||||
return "wrong arguments supplied to LAPACK";
|
||||
case QUANTUM_ELAPACKCHEEV:
|
||||
return "LAPACK's CHEEV failed to converge";
|
||||
case QUANTUM_ELAPACKCONV:
|
||||
return "LAPACK failed to converge";
|
||||
case QUANTUM_EMCMATRIX:
|
||||
return "single-column matrix expected";
|
||||
case QUANTUM_EOPCODE:
|
||||
|
Reference in New Issue
Block a user