Skip to content

Commit

Permalink
Flake8 fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 committed Mar 19, 2024
1 parent ee52d55 commit d124ffb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 2 additions & 3 deletions jarvis/db/figshare.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,13 +207,13 @@ def get_db_info():
"Obtaining C2DB dataset 3.5k...",
"https://iopscience.iop.org/article/10.1088/2053-1583/aacfc1",
],
#https://doi.org/10.6084/m9.figshare.25256236
# https://doi.org/10.6084/m9.figshare.25256236
"halide_peroskites": [
"https://figshare.com/ndownloader/files/44619562",
"halide_peroskites.json",
"Obtaining halide perovskite dataset229...",
"https://doi.org/10.1039/D1EE02971A",
],
],
# https://figshare.com/account/projects/100325/articles/14962356
"hopv": [
"https://ndownloader.figshare.com/files/28814184",
Expand Down Expand Up @@ -414,7 +414,6 @@ def get_db_info():
"Obtaining supercond. Tc dataset 161...",
"https://doi.org/10.1021/acs.nanolett.2c04420",
],

# https://doi.org/10.6084/m9.figshare.23267852
"m3gnet_mpf": [
"https://figshare.com/ndownloader/files/41009036",
Expand Down
3 changes: 3 additions & 0 deletions jarvis/tasks/qe/qe.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
"""Module to run QE jobs."""

from jarvis.io.qe.inputs import QEinfile
from jarvis.io.qe.outputs import QEout
import os
from jarvis.db.jsonutils import loadjson, dumpjson
import subprocess
from jarvis.core.atoms import Atoms
from jarvis.core.kpoints import Kpoints3D


class QEjob(object):
Expand Down

0 comments on commit d124ffb

Please sign in to comment.