Typo: compute_contraction_upper_bond

Open Beginner friendly
#243 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
65/100
Issue type
Refactor
Clarity
Clearly specified
Activity status
Quiet
Tech stack
python
Domain
backend

Research direction

Open gbasis/screening.py and inspect the definition of compute_contraction_upper_bond at the location identified in the issue. Search the repository for references to the misspelled name before correcting it to compute_contraction_upper_bound. Done means the function and its references use the corrected spelling without breaking the existing library.

Written by the indexing model from the issue text.

Description

bug

In the gbasis/screening.py file, there is a typo in the function name compute_contraction_upper_bond where it should ideally be named compute_contraction_upper_bound.
You can find the definition of the function in gbasis/screening.py:

def compute_contraction_upper_bond(contractions, deriv_order):

Dominant language
Jupyter Notebook
Stars
91
Forks
45
Avg merge
7h 50m
Merged PRs (30d)
1

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from theochem/gbasis

All issues in theochem/gbasis

Similar issues

More Backend & API Design issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.