Skip to content

Support GPU backend for Skala ASE calculator #45

@awvwgk

Description

@awvwgk

Currently the ASE calculator only supports the CPU version of Skala. If gpu4pyscf is available the ASE calculator should also expose the GPU version.

API should look somewhat like

from ase.build import molecule
from skala.ase import Skala

atoms = molecule("H2O")
atoms.calc = Skala(xc="skala", device="cuda")

f = atoms.get_forces()

cc Jose @jagarridotorres

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions