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
There should be better error responses when using cudaq_solvers.create_molecule and any other code that uses API calls to execute code. When executing the following, the user just gets a blanket error that isn't specific about what went wrong on the pyscf call
when the problem is just that an invalid basis set ('sto-3sg' rather than 'sto-3g') was passed. Similarly, if the xyz is changed such that it is syntactically correct but not what pyscf expects then the error will be the same blanket internal server error.
The text was updated successfully, but these errors were encountered:
There should be better error responses when using
cudaq_solvers.create_molecule
and any other code that uses API calls to execute code. When executing the following, the user just gets a blanket error that isn't specific about what went wrong on the pyscf callwhen the problem is just that an invalid basis set ('sto-3sg' rather than 'sto-3g') was passed. Similarly, if the xyz is changed such that it is syntactically correct but not what pyscf expects then the error will be the same blanket internal server error.
The text was updated successfully, but these errors were encountered: