Skip to content

Commit

Permalink
removed import sys from a lot of files
Browse files Browse the repository at this point in the history
  • Loading branch information
mcocdawc committed Dec 10, 2024
1 parent 1a50458 commit 19f8502
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 16 deletions.
1 change: 0 additions & 1 deletion src/quemb/kbe/autofrag.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Author(s): Oinam Romesh Meitei

import sys

import numpy
from numpy.linalg import norm
Expand Down
1 change: 0 additions & 1 deletion src/quemb/kbe/lo.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Henry Tran
#
import os
import sys

import numpy
from libdmet.lo import pywannier90
Expand Down
1 change: 0 additions & 1 deletion src/quemb/kbe/pbe.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import os
import pickle
import sys
from multiprocessing import Pool

import h5py
Expand Down
1 change: 0 additions & 1 deletion src/quemb/kbe/pfrag.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Author(s): Oinam Romesh Meitei

import sys

import h5py
import numpy
Expand Down
1 change: 0 additions & 1 deletion src/quemb/molbe/_opt.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Author(s): Oinam Romesh Meitei

import sys

import numpy

Expand Down
1 change: 0 additions & 1 deletion src/quemb/molbe/autofrag.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Author: Oinam Romesh Meitei

import sys

from numpy.linalg import norm

Expand Down
1 change: 0 additions & 1 deletion src/quemb/molbe/be_parallel.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Author(s): Oinam Romesh Meitei, Leah Weisburn

import os
import sys
from multiprocessing import Pool

import numpy
Expand Down
1 change: 0 additions & 1 deletion src/quemb/molbe/fragment.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Author: Oinam Romesh Meitei

import sys

from quemb.molbe.autofrag import autogen
from quemb.molbe.helper import get_core
Expand Down
2 changes: 0 additions & 2 deletions src/quemb/molbe/lchain.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Author(s): Oinam Romesh Meitei

import sys


def chain(self, mol, frozen_core=False, closed=False):
"""
Expand Down
1 change: 0 additions & 1 deletion src/quemb/molbe/lo.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Author(s): Henry Tran, Oinam Meitei, Shaun Weatherly
#
import sys

import numpy
from numpy.linalg import eigh, inv, multi_dot, norm, svd
Expand Down
1 change: 0 additions & 1 deletion src/quemb/molbe/mbe.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import os
import pickle
import sys

import h5py
import numpy
Expand Down
1 change: 0 additions & 1 deletion src/quemb/molbe/misc.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Author(s): Minsik Cho, Leah Weisburn

import os
import sys
import time

import h5py
Expand Down
2 changes: 0 additions & 2 deletions src/quemb/molbe/solver.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Author(s): Oinam Romesh Meitei, Leah Weisburn, Shaun Weatherly

import os
import sys
from typing import Optional

import numpy
from numpy.linalg import multi_dot
Expand Down
1 change: 0 additions & 1 deletion src/quemb/shared/helper.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import sys
from pathlib import Path
from typing import Any, Callable, Optional, TypeVar

Expand Down

0 comments on commit 19f8502

Please sign in to comment.