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
A real-valued antisymmetric matrix is parameterized by its upper triangle excluding the diagonal, so only n_orbitals * (n_orbitals - 1) / 2 parameters are needed. Eliminating the redundant parameters should improve the convergence of the optimization.
The text was updated successfully, but these errors were encountered:
The orbital optimization routine accepts a list of parameters
k_flat
of lengthn_orbitals**2
. It is then used to construct an antisymmetric matrix:qiskit-addon-sqd/qiskit_addon_sqd/fermion.py
Lines 523 to 524 in 9b57485
A real-valued antisymmetric matrix is parameterized by its upper triangle excluding the diagonal, so only
n_orbitals * (n_orbitals - 1) / 2
parameters are needed. Eliminating the redundant parameters should improve the convergence of the optimization.The text was updated successfully, but these errors were encountered: