File tree Expand file tree Collapse file tree
src/openfermion/ops/operators Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212
1313"""Tests fermion_operator.py."""
1414
15- import unittest
1615import sympy
16+ import unittest
1717
1818from openfermion .ops .operators .fermion_operator import FermionOperator
1919from openfermion .hamiltonians import number_operator
Original file line number Diff line number Diff line change 99# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1010# See the License for the specific language governing permissions and
1111# limitations under the License.
12+
1213"""Tests symbolic_operator.py."""
14+
1315import copy
16+ import numpy
17+ import sympy
1418import unittest
1519import warnings
1620
17- import numpy
18- import sympy
1921from openfermion .config import EQ_TOLERANCE
2022from openfermion .testing .testing_utils import EqualsTester
2123
You can’t perform that action at this time.
0 commit comments