Power Flow: Quantum Fast Decoupled Load Flow #391
TimThacker
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
I haven't looked into qiskit and not sure to which degree you will need to reimplement the data structures, program structure, and algorithms. I'm not sure if ANDES is compatible with qiskit. Although they are both in Python, the data structures qiskit support and the ways in which algorithms need to be written may be vastly different than ANDES. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hantao,
I am considering using IBM's qiskit implementation of the HHL algorithm to solve a system of linear equations using a simulated quantum circuit. Ideally, I would use this in the fast decoupled load flow method to create a new type of power flow. Should I have any concerns about ANDES compatibility with qiskit?
Beta Was this translation helpful? Give feedback.
All reactions