You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, very nice project.
I'm developing ASH, a general QM/MM program with interfaces to many programs including pySCF: https://github.com/RagnarB83/ash
In order for gpu4pyscf to be applicable to QM/MM, basic pointcharge support would be required (i.e. for standard electrostatic embedded QM/MM).
As far as I can tell, a compatible pyscf.qmmm.mm_charge function would be needed:
currently we get an assertion error:
assert (isinstance(method, (scf.hf.SCF, mcscf.casci.CASBase)))
Is pointcharge support planned?
The text was updated successfully, but these errors were encountered:
Hi, very nice project.
I'm developing ASH, a general QM/MM program with interfaces to many programs including pySCF: https://github.com/RagnarB83/ash
In order for gpu4pyscf to be applicable to QM/MM, basic pointcharge support would be required (i.e. for standard electrostatic embedded QM/MM).
As far as I can tell, a compatible pyscf.qmmm.mm_charge function would be needed:
currently we get an assertion error:
assert (isinstance(method, (scf.hf.SCF, mcscf.casci.CASBase)))
Is pointcharge support planned?
The text was updated successfully, but these errors were encountered: