From caabbdf5af795d4ca2f2f38f5672d6567cf43321 Mon Sep 17 00:00:00 2001 From: Nicholas Rubin Date: Thu, 6 Jul 2023 17:12:12 -0700 Subject: [PATCH] remove MAX(30) since this is not enforced --- src/fqe/wavefunction.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/fqe/wavefunction.py b/src/fqe/wavefunction.py index c635f1d..f5bccae 100644 --- a/src/fqe/wavefunction.py +++ b/src/fqe/wavefunction.py @@ -528,7 +528,6 @@ def apply_generated_unitary(self, accuracy (float): the accuracy to which the system should be evolved expansion (int): the maximum number of terms in the polynomial expansion. - (Max 30) spec_lim (List[float]): spectral range of the Hamiltonian, the length of \ the list should be 2. Optional.