Skip to main content

Generation of SOAP descriptors.

Project description

# pycsoap

## example

```
from ase.io import read
from pycsoap.soaplite import SOAP

gb1 =read('/Users/andrewhuynguyen/Desktop/gb0011039001.xyz')
soap_desc = SOAP(atomic_numbers=[26], rcut=5, nmax=9, lmax=9)
input_soap=soap_desc.create(gb1)
input_soap
```


`input_soap` will return a matrix MxN (M is the number of atoms in the cell and N is based on rcut, nmax, and lmax).



Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pycsoap-0.1.2.tar.gz (50.1 kB view hashes)

Uploaded Source

Built Distributions

pycsoap-0.1.2-cp36-cp36m-macosx_10_13_x86_64.whl (107.3 kB view hashes)

Uploaded CPython 3.6m macOS 10.13+ x86-64

pycsoap-0.1.2-cp27-cp27m-macosx_10_13_x86_64.whl (107.2 kB view hashes)

Uploaded CPython 2.7m macOS 10.13+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page