Skip to content

qcg-pj failed for large number of jobs  #177

Description

@arabnejad

when a large number of jobs submitted to qcg-pj , it will be failed due to the recursion limit
RecursionError: maximum recursion depth exceeded during compilation

the PJ-PY template file needs to be changed
using

jobs = Jobs(); 
jobs.add( ...); 
jobs.add(...)

instead of

Jobs().add(....).add(...)

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions