Skip to content

Commit

Permalink
Initialization fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudioZeni committed May 11, 2021
1 parent 8303677 commit c0c06a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions raffy/linear_potential.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def __init__(self, n_bodies=3, ns=4, ls=6, cutoff=None,
self.n_species = len(species)
self.add_squares = add_squares
self.basis = basis
self.use_pca = False

if self.n_bodies == '2.5':
self.g_func = cd.Descr25(self.rc, self.ns, self.ls, self.species,
Expand Down

0 comments on commit c0c06a5

Please sign in to comment.