I tried running the example shown in the README
job_1, job_2, job_3 = fglp(FNAME, get=("gibbs", "scf"))
But I get the error "normal_termination". If I add normal_termination to the fields, then it works.
job_1, job_2, job_3 = fglp(FNAME, get=("gibbs", "scf", "normal_termination "))
Is this expected?
I tried running the example shown in the README
job_1, job_2, job_3 = fglp(FNAME, get=("gibbs", "scf"))But I get the error "normal_termination". If I add normal_termination to the fields, then it works.
job_1, job_2, job_3 = fglp(FNAME, get=("gibbs", "scf", "normal_termination "))Is this expected?