Skip to content

Commit

Permalink
removing unused functions in rdftool
Browse files Browse the repository at this point in the history
  • Loading branch information
Jgmedina95 committed Mar 4, 2024
1 parent 8d353f1 commit 3e0fc51
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mdagent/tools/base_tools/analysis_tools/rdf_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ class RDFToolInput(BaseModel):
##pairs: Optional[str] = Field(None, description="Pairs of atoms to calculate RDF ")


class RDFutils:
# get the expression for select pairs
pass


class RDFTool(BaseTool):
name = "RDFTool"
description = (
Expand Down

0 comments on commit 3e0fc51

Please sign in to comment.