Skip to content

Commit

Permalink
fix typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
brucefan1983 committed Jul 5, 2024
1 parent cfaa9da commit 3f8d461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/force/nep3_multigpu.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public:
bool use_typewise_cutoff = false;
bool use_typewise_cutoff_zbl = false;
int num_gpus = 1;
int version = 2; // NEP version, 2 for NEP2 and 3 for NEP3
int version = 4; // NEP version, 3 for NEP3 and 4 for NEP4
int model_type =
0; // 0=potential, 1=dipole, 2=polarizability, 3=temperature-dependent free energy
float rc_radial = 0.0f; // radial cutoff
Expand Down

0 comments on commit 3f8d461

Please sign in to comment.