Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dscribe to 2.0 #60

Merged
merged 4 commits into from
Oct 24, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions mlptrain/descriptors.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ def soap_matrix(*args: Union[mlt.ConfigurationSet, mlt.Configuration],
# Compute the average SOAP vector where the expansion coefficients are
# calculated over averages over each site
soap_desc = SOAP(species=elements,
rcut=5, # Distance cutoff (Å)
nmax=6, # Maximum order of the radial
lmax=6, # Maximum order of the angular
r_cut=5, # Distance cutoff (Å)
n_max=6, # Maximum order of the radial
l_max=6, # Maximum order of the angular
average='inner')

soap_vec = soap_desc.create([conf.ase_atoms for conf in configurations])
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ scipy
autode==1.1*
# ase # Must be installed from https://github.com/rosswhitfield/ase:master
coloredlogs
dscribe==1.*
dscribe==2.0*
matplotlib-base
pytest
py-plumed
Loading