Skip to content

Commit

Permalink
Switch to version zero
Browse files Browse the repository at this point in the history
  • Loading branch information
Leticia-maria committed Nov 24, 2023
1 parent 21396ed commit 714e30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser.jl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function _getbasis(atoms, basis)
atomicnumbers = [atom.number for atom in atoms]
elements = join(atomicnumbers, ",")

url = "https://www.basissetexchange.org/api/basis/" * basis * "/format/json/?version=1&elements=" * "$(elements)"
url = "https://www.basissetexchange.org/api/basis/" * basis * "/format/json/?version=0&elements=" * "$(elements)"
response = HTTP.request("GET", url)

data = String(response.body)
Expand Down

0 comments on commit 714e30d

Please sign in to comment.