Skip to content
This repository was archived by the owner on Aug 2, 2019. It is now read-only.
This repository was archived by the owner on Aug 2, 2019. It is now read-only.

proposed enhancement: interface and docs for a programmatic use (without cli) #6

@tdaff

Description

@tdaff

Since the backends are standard, this is probably already possible. However, some documentation and examples would be good to show that abcd can be used within scripts to interact with ase objects. It could be something like:

import abcd

my_db = abcd.Database('something.db')

for atoms_object in my_db.query('energy<-3460.93272745'):
    new_atoms = do_something(atoms_object)
    my_db.store(new_atoms)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions