Code Monkey home page Code Monkey logo

lnqm's Introduction

LnQM dataset

Python code style: black

This is the offical repository of the LnQM dataset developed by the Grimme group in Bonn.

LnQM Dataset

Data

The data is available under: https://zenodo.org/records/10406124

Setup

We provide a dataset class and a sample representation based on pytorch. For this purpose please install the package requirements:

conda env create --file requirements.yml

Basic usage of the dataset:

from lnqm import LnQM_Dataset

# load LnQM from disk
dataset = LnQM_Dataset(path_to_hdf5="/path/to/lnqm.h5")

# loop over each sample in the dataset
for data in dataset:
    # ...
    # do sth. with each sample
    # ...

    # e.g. access properties
    print(data.uid)

For a more detailed description of the features included see the datamodel in LnQM_Sample. If required, a Data object can be converted via:

from lnqm import LnQM_Sample
sample = LnQM_Sample(**data)

Citations

When using or referencing to the LnQM please cite:

  • C. Hölzer, I. Gordiy, S. Grimme, M. Bursch ... tbd ...

License

CC BY NC 4.0

This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.

lnqm's People

Contributors

hoelzerc avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.