Skip to content

Commit

Permalink
Update c_api.h
Browse files Browse the repository at this point in the history
  • Loading branch information
iProzd committed Oct 15, 2024
1 parent d24d7e7 commit 593bf81
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions source/api_c/include/c_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -514,14 +514,14 @@ extern void DP_DeepPotComputeNListf2SP(DP_DeepPot* dp,
* @param[in] dp The DP to use.
* @param[in] nframes The number of frames.
* @param[in] natoms The number of atoms.
* @param[in] coord The coordinates of atoms. The array should be of size
*natoms x 3.
* @param[in] atype The atom types. The array should contain nframes x
*natoms ints.
* @param[in] box The cell of the region. The array should be of size 9.
*Pass NULL if pbc is not used.
* @param[in] fparam The frame parameters. The array can be of size nframes
*x dim_fparam.
* @param[in] coord The coordinates of atoms. The array should be of size natoms
*x 3.
* @param[in] atype The atom types. The array should contain nframes x natoms
*ints.
* @param[in] box The cell of the region. The array should be of size 9. Pass
*NULL if pbc is not used.
* @param[in] fparam The frame parameters. The array can be of size nframes x
*dim_fparam.
* @param[in] aparam The atom parameters. The array can be of size nframes x
*dim_aparam.
* @param[out] energy Output energy.
Expand Down

0 comments on commit 593bf81

Please sign in to comment.