Skip to content

Commit

Permalink
Update the Python bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
Raimondas Galvelis committed Feb 25, 2022
1 parent ead466a commit 60990e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/openmmtorch.i
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ public:
void setGlobalParameterName(int index, const std::string& name);
double getGlobalParameterDefaultValue(int index) const;
void setGlobalParameterDefaultValue(int index, double defaultValue);
void setPlatformProperty(const std::string& name, const std::string& value);
const std::string& getPlatformProperty(const std::string& name) const;

/*
* Add methods for casting a Force to a TorchForce.
Expand Down

0 comments on commit 60990e4

Please sign in to comment.