Nuttawut Kongsuwan

Results 3 issues of Nuttawut Kongsuwan

### Describe the issue In Example: 4-qubit HHL, the labels 1 and 2 for the eigenvalues and eigenvectors are inconsistent. https://qiskit.org/textbook/ch-applications/hhl_tutorial.html ### Describe what you expect to see |u1> and...

content bug

When `keri.db.basing` is imported, I get the following error message. `ImportError: cannot import name 'KeyStateRecord' from partially initialized module 'keri.db.basing' (most likely due to a circular import) (/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/keri/db/basing.py)` This is...

Currently, [`client.credentials().issue(kargsIss)`](https://github.com/WebOfTrust/signify-ts/blob/development/src/keri/app/credentialing.ts#L181) does not support multisig issuance of private ACDCs. The reason is that [`IssueCredentialArgs`](https://github.com/WebOfTrust/signify-ts/blob/development/src/keri/app/credentialing.ts#L39) doesn't allow arbitrary salts `u` as input to the function `issue()`. As a result, when...