From a27aea0579e8f695bff8167e39a49d7460367838 Mon Sep 17 00:00:00 2001 From: Caleb Johnson Date: Fri, 8 Nov 2024 10:16:54 -0600 Subject: [PATCH] reno for solve-hci --- releasenotes/notes/solve-hci-370360b1472fe000.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 releasenotes/notes/solve-hci-370360b1472fe000.yaml diff --git a/releasenotes/notes/solve-hci-370360b1472fe000.yaml b/releasenotes/notes/solve-hci-370360b1472fe000.yaml new file mode 100644 index 0000000..01320cd --- /dev/null +++ b/releasenotes/notes/solve-hci-370360b1472fe000.yaml @@ -0,0 +1,4 @@ +--- +features: + - | + Added a :func:`qiskit_addon_dice_solver.solve_hci` function, which behaves very similarly to :func:`qiskit_addon_dice_solver.solve_fermion` but provides a higher level of control over the behavior of the underlying ``Dice`` command line application.