Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jwz360/dpdata
Browse files Browse the repository at this point in the history
  • Loading branch information
jwz360 committed Oct 8, 2020
2 parents a7f5811 + 7381600 commit cab15e4
Show file tree
Hide file tree
Showing 5 changed files with 2,107 additions and 2 deletions.
1 change: 0 additions & 1 deletion dpdata/ase/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def get_frames(fname, begin=0, step=1):
atom_numbs = [chemical_symbols.count(i) for i in atom_names]
atom_types = np.array([atom_names.index(i) for i in chemical_symbols])


all_coords = []
all_cells = []
all_energies = []
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
'dpdata/pwmat',
'dpdata/amber',
'dpdata/fhi_aims',
'dpdata/gromacs'
'dpdata/gromacs',
'dpdata/ase'
],
package_data={'dpdata':['*.json']},
classifiers=[
Expand Down
Loading

0 comments on commit cab15e4

Please sign in to comment.