Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SE xtb job with submission to cluster via SGE scheduler #52

Open
tanoury1 opened this issue Aug 18, 2023 · 1 comment
Open

SE xtb job with submission to cluster via SGE scheduler #52

tanoury1 opened this issue Aug 18, 2023 · 1 comment

Comments

@tanoury1
Copy link

Hi, I'm trying to run a SE xtb job using pyGSM. I have used GSM for several years and am switching to pyGSM.
In addition to the SGE stuff required for my submit script, I am using:

gsm -xyzfile reactants.xyz
-isomers isomers.txt
-mode SE_GSM
-package xTB_lot
-ID $SGE_TASK_ID
-coordinate_type DLC > log 2>&1

ID=printf "%0*d\n" 4 ${SGE_TASK_ID}

In my error file, I'm getting
"File "/cluster/home/tanoury/.local/lib/python3.7/site-packages/pyGSM-0.1-py3.7.egg/pygsm/level_of_theories/xtb_lot.py", line 8, in
from xtb.interface import Calculator
ModuleNotFoundError: No module named 'xtb'

When I try to run each line of xtb_lot.py in my conda environment in via command line, I'm getting:
(gsm) [tanoury@tanourylnx:~]$ python
Python 3.9.17 | packaged by conda-forge | (main, Aug 10 2023, 07:02:31)
[GCC 12.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.

import sys
from os import path
import numpy as np
from xtb.interface import Calculator
Traceback (most recent call last):
File "", line 1, in
File "/cluster/home/tanoury/miniconda3/envs/gsm/lib/python3.9/site-packages/xtb/interface.py", line 20, in
from typing_extensions import Literal
ModuleNotFoundError: No module named 'typing_extensions'

Additionally, when running an xtb job, do I need a "-lot_input_file"?

Thank you for your help.
Jerry

@tanoury1
Copy link
Author

Hi, this is no longer an issues.

Jerry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant