Skip to content

Commit

Permalink
Merge pull request #18 from brucefan1983/table_speedup
Browse files Browse the repository at this point in the history
Table speedup
  • Loading branch information
brucefan1983 authored Apr 2, 2023
2 parents 9658801 + ee29a9c commit 271a685
Show file tree
Hide file tree
Showing 4 changed files with 366 additions and 32 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
* `src/nep.h`
* `src/nep.cpp`

* There is an option to use tables to speed up the calculations for the radial functions in NEP. To enable it, one can change line 20 of `src/nep.h`:

```
// #define USE_TABLE_FOR_RADIAL_FUNCTIONS
```

* The following folder contains some testing code and results:
* `test/`

Expand Down
Loading

0 comments on commit 271a685

Please sign in to comment.