Giter Club home page Giter Club logo

h2coo-physnet's Introduction

H2COO-PhysNet

USAGE

The .npz data file

The data at CCSD(T)-F12a/aug-cc-pVTZ level of theory is saved in a compressed numpy binary file (.npz). Same for the data at CASPT2/aug-cc-pVTZ level of theory. The .npz file contain a python dictionary with seven numpy arrays:

N: Number of atoms in structure (num_data,) R: Cartesian Coordinates of atoms (in Angstrom [A]), (num_data, N, 3) Q: Total charge (in elementary charges [e]), (num_data,) D: Dipole moment vector (in elementary charges times Angstrom [eA]), (num_data, 3) E: Potential energy with respect to free atoms (in electronvolt [eV]), (num_data,) F: Forces acting on atoms (in electronvolt per Angstrom [eV/A]), (num_data, N, 3) Z: Atomic number of atoms, (num_data, N)

ACCESS DATA SET:

The data sets can be accessed using python:

data = np.load("h2coo-ccsd_29612.npz")

The different keywords of the python dictionary can be listed using

data.files ['N', 'E', 'Q', 'D', 'Z', 'R', 'F']

and the individual entries can be loaded using the appropriate keyword, e.g. for the energy

energies = data["E"]

PhysNet PESs for H2COO

PhysNet base model and TL model for H2COO system are stored in two folders, "PhysNet_Base_model" and "PhysNet_TL_PES".

Note that, the model was trained using PhysNet based on Tensorflow 1.

Inputs for MD simualtions

Input for MD simulations with two types of initial conditions are stored in "VibEx_CH" and "VibEx_CH_COO".

The most important file is "test.str," in which the initial conditions are defined, in other words, the excitation of CH stretch mode is defined, or simultaneously, the excitation of CH stretch mode and the COO bending are defined.

h2coo-physnet's People

Contributors

kshsong 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.