zadorlab / KinBot

Automated reaction pathway search for gas-phase molecules
Other
45 stars 15 forks source link

"multiplicity" keyword appeared in route section of gaussian input file #47

Closed pythonBala closed 2 years ago

pythonBala commented 3 years ago

While generating gaussian input file by kinbot, an unwanted keyword called "multiplicity" appeared in the route section causing error termination.

1002844365465774962251_well.log

juditzador commented 3 years ago

Hi, I think I know where this is coming from. Are you using the ASE version (which is really out of date relative to the real ASE) that is in the zadorlab repo or a more recent ASE? For now you need to use the ASE on zadorlab. We are going to solve this problem soon and make sure KinBot is compatible with the latest version of ASE. The Gaussian calculator has been rewritten in ASE, and the multiplicity declaration changed, this is what causes the error.

senbala2019 commented 3 years ago

@juditzador Thank you for the prompt reply. I am using ase-3.21.0 currently. I will use the ASE on zadorlab and let you know.

senbala2019 commented 3 years ago

@juditzador, Thanks. The problem is solved!