Skip to content

Commit

Permalink
docs: remove reptar references
Browse files Browse the repository at this point in the history
  • Loading branch information
aalexmmaldonado committed Dec 12, 2022
1 parent 3c1a607 commit 88e6636
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mbgdml/mbe.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def gen_r_idxs_worker(r_prov_specs, r_prov_ids_lower, n_workers):
the structure.
r_prov_ids_lower : :obj:`dict` {:obj:`int`: :obj:`str`}
Species an ID (:obj:`int`) to uniquely identifying labels for each
lower-order structure if it originated from another reptar file. Labels
lower-order structure if it originated from another source. Labels
should always be ``md5_structures``. For example,
``{0: '6038e101da7fc0085978741832ebc7ad',
1: 'eeaf93dec698de3ecb55e9292bd9dfcb'}``.
Expand Down Expand Up @@ -265,7 +265,7 @@ def mbe_contrib(
methanol molecule could be ``[0, 0, 0, 1, 1, 1, 1, 1, 1]``.
r_prov_ids : :obj:`dict` {:obj:`int`: :obj:`str`} or :obj:`None`
Species an ID (:obj:`int`) to uniquely identifying labels for each
structure if it originated from another reptar file. Labels should
structure if it originated from another source. Labels should
always be ``md5_structures``. For example,
``{0: '6038e101da7fc0085978741832ebc7ad', 1:
'eeaf93dec698de3ecb55e9292bd9dfcb'}``.
Expand All @@ -285,7 +285,7 @@ def mbe_contrib(
methanol molecule could be ``[0, 0, 0, 1, 1, 1, 1, 1, 1]``.
r_prov_ids_lower : :obj:`dict` {:obj:`int`: :obj:`str`}
Species an ID (:obj:`int`) to uniquely identifying labels for each
lower-order structure if it originated from another reptar file. Labels
lower-order structure if it originated from another source. Labels
should always be ``md5_structures``. For example,
``{0: '6038e101da7fc0085978741832ebc7ad',
1: 'eeaf93dec698de3ecb55e9292bd9dfcb'}``.
Expand Down

0 comments on commit 88e6636

Please sign in to comment.