You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Generate a single conformer from a SMILES string."""from __future__ importannotationsimportargparseimportfunsiesasffromfunsies.typesimportEncodingparser=argparse.ArgumentParser(
description="Compute the spectrum of a molecule using the Vertical Gradient method."
)
parser.add_argument("-c", "--charge", help="charge", type=int, default=0)
args=parser.parse_args()
CHARGE=args.chargextbopt="/home/leticia/Projects/SN1/xtbopt.xyz"withf.Fun():
crest_conf=f.shell("crest xtbopt.xyz", inp={"xtbopt.xyz": xtbopt}, out=["crest_best.xyz"], env={"OMP_NUM_THREADS": "40"})
But I got this error:
if you don't want it to be converted to json (and wrapped with "), you NEED to pass it as bytes (by .encode()-ing it first)
Important:
redis-server is working properly
The text was updated successfully, but these errors were encountered:
Hello, I have tried to run crest using funsies:
But I got this error:
Important:
redis-server
is working properlyThe text was updated successfully, but these errors were encountered: