Skip to content

Commit fd33a64

Browse files
committed
changed default execution type to incore.
1 parent 7e83d22 commit fd33a64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arc/job/adapters/psi_4.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ def __init__(self,
140140
):
141141

142142
self.job_adapter = 'psi4'
143-
self.execution_type = execution_type or 'queue'
144-
self.command = 'psi4.py'
143+
self.execution_type = execution_type or 'incore'
144+
self.command = ['psi4']
145145
self.url = 'https://www.psicode.org/'
146146

147147
if species is None:

0 commit comments

Comments
 (0)