Skip to content

Commit

Permalink
add parse dipole
Browse files Browse the repository at this point in the history
  • Loading branch information
robinzyb committed Nov 1, 2023
1 parent 42f768f commit a985941
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cp2kdata/block_parser/dipole.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
re.VERBOSE
)

#TODO write a pytest for this

def parse_dipole_list(output_file):
dipole_list = []
for match in DIPOLE_RE.finditer(output_file):
Expand Down

0 comments on commit a985941

Please sign in to comment.