Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
fix the indent error
Browse files Browse the repository at this point in the history
  • Loading branch information
Coos Baakman committed Dec 11, 2023
1 parent e92d601 commit dc7601e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,11 @@ database.create_database(prog_bar=True)


# define the 3D grid
grid_info = {
grid_info = {
'number_of_points': [30,30,30],
'resolution': [1.,1.,1.],
'atomic_densities': {'C': 1.7, 'N': 1.55, 'O': 1.52, 'S': 1.8},
}
}

# Map the features
database.map_features(grid_info,try_sparse=True, time=False, prog_bar=True)
Expand Down

0 comments on commit dc7601e

Please sign in to comment.