Skip to content

Commit

Permalink
cc: merge DeepPotBase and DeepTensor member functions (#3145)
Browse files Browse the repository at this point in the history
Remove 18 member functions from `DeepPotBase` and 4 member functions
from `DeepTensor`.

---------

Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz authored Jan 18, 2024
1 parent 5493921 commit d915a91
Show file tree
Hide file tree
Showing 9 changed files with 503 additions and 1,521 deletions.
4 changes: 3 additions & 1 deletion source/api_cc/include/DataModifierTF.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class DipoleChargeModifierTF : public DipoleChargeModifierBase {
const int& gpu_rank = 0,
const std::string& name_scope = "");

public:
private:
/**
* @brief Evaluate the force and virial correction by using this dipole charge
*modifier.
Expand All @@ -61,6 +61,8 @@ class DipoleChargeModifierTF : public DipoleChargeModifierBase {
const std::vector<VALUETYPE>& delef_,
const int nghost,
const InputNlist& lmp_list);

public:
/**
* @brief Get cutoff radius.
* @return double cutoff radius.
Expand Down
Loading

0 comments on commit d915a91

Please sign in to comment.