Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove nw_max_atom_shells and nw_max_atom_nbf, which are never used #1074

Merged
merged 1 commit into from
Feb 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions src/util/nwc_const.fh
Original file line number Diff line number Diff line change
Expand Up @@ -82,24 +82,12 @@
* here.
*==============================================================================

*------------------------------------------------------------------------------
* Maximum number of shells or contractions on an atom
*
integer nw_max_atom_shells
parameter (nw_max_atom_shells = 300)
*------------------------------------------------------------------------------
* Maximum number of shells on a QM system
*...................................(must be <= nw_max_atom_shells*nw_max_atom)
integer nw_max_shells
parameter (nw_max_shells = 10000)
*------------------------------------------------------------------------------
* Maximum number of basis functions on an atom
*
integer nw_max_atom_nbf
parameter (nw_max_atom_nbf = 3000)
*------------------------------------------------------------------------------
* Maximum number of basis functions on a QM system
*...................................(must be <= nw_max_atom_nbf*nw_max_atom)
integer nw_max_nbf
parameter (nw_max_nbf = 10000)
*------------------------------------------------------------------------------
Expand Down