Skip to content

Commit

Permalink
fixing pep8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian S. Steiger committed Jun 17, 2017
1 parent 8bb6db1 commit 999c354
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions src/fermilib/transforms/_bravyi_kitaev_test.py
Expand Up @@ -190,8 +190,7 @@ def test_bk_jw_integration_original(self):
jw_spectrum = eigenspectrum(jw_qubit_operator)
bk_spectrum = eigenspectrum(bk_qubit_operator)
self.assertAlmostEqual(0., numpy.amax(numpy.absolute(jw_spectrum -
bk_spectrum)),
places=5)
bk_spectrum)), places=5)


if __name__ == '__main__':
Expand Down
2 changes: 0 additions & 2 deletions src/fermilib/utils/__init__.py
Expand Up @@ -53,5 +53,3 @@
uccsd_trotter_engine,
uccsd_singlet_operator,
uccsd_singlet_paramsize)


0 comments on commit 999c354

Please sign in to comment.