How to add your GAP to the list

If you want to add your QUIP-compatible GAP to the list of available GAPs, send an email to Miguel Caro [miguel.caro (at) aalto.fi] with the information in the following format (strictly!):

    {
        "name": "Name of your GAP (very short description)",
        "elements": ["A", "B", "C"],
        "zenodourl": "URL pointing to repository, e.g., to Zenodo",
        "zenodoimg": "URL to Zenodo banner image, if available",
        "zenodoalt": "Alternative text (if image doesn't show), e.g., with DOI",
        "url": "URL to publication for this GAP (journal website)",
        "ref": "Journal citation"
    },

Example:

    {
        "name": "Amorphous carbon (general purpose)",
        "elements": ["C"],
        "zenodourl": "https://doi.org/10.5281/zenodo.5243184",
        "zenodoimg": "https://zenodo.org/badge/DOI/10.5281/zenodo.5243184.svg",
        "zenodoalt": "10.5281/zenodo.5243184",
        "url": "https://pubs.acs.org/doi/abs/10.1021/acs.chemmater.1c03279",
        "ref": "Chem. Mater. 34, 617 (2022)"
    },

You can leave some of the fields empty or, e.g., add “N/A” when appropriate.

We reserve the right to add any entries to the list, and will do a light check that the information you provide is accurate and indeed corresponds to a GAP potential.