Skip to content

Commit

Permalink
(#254) Basis Module - Module creation and subroutines.
Browse files Browse the repository at this point in the history
First PR regarding basis sets module. This PR contains mainly initialization and basis set reading subroutines. There is a hardcoded maximum readable contractions number of 50 (per atom).
  • Loading branch information
fedepedron authored Oct 30, 2018
1 parent b3f954e commit 7a7b203
Show file tree
Hide file tree
Showing 14 changed files with 1,172 additions and 1,384 deletions.
8 changes: 2 additions & 6 deletions lioamber/Makefile.depends
Original file line number Diff line number Diff line change
Expand Up @@ -180,13 +180,9 @@ $(tmplist:%.o=$(OBJPATH)/%.o) : $(OBJPATH)/debug_tools.mod

################################################################################
OBJECTS += basis_data.o
OBJECTS += basis_subs.o

tmplist :=
tmplist += ehrensubs.o init_lio.o
$(tmplist:%.o=$(OBJPATH)/%.o) : $(OBJPATH)/basis_subs.mod

tmplist := basis_subs.o
tmplist += ehrensubs.o init_lio.o lio_finalize.o
$(tmplist:%.o=$(OBJPATH)/%.o) : $(OBJPATH)/basis_data.mod


Expand Down Expand Up @@ -385,7 +381,7 @@ SRCDIRS += maskrmm
OBJECTS += maskrmm.o

tmplist :=
tmplist += ehrensubs.o basis_subs.o
tmplist += ehrensubs.o
$(tmplist:%.o=$(OBJPATH)/%.o) : $(OBJPATH)/maskrmm.mod

#
Expand Down
1,080 changes: 1,069 additions & 11 deletions lioamber/basis_data.f90

Large diffs are not rendered by default.

156 changes: 0 additions & 156 deletions lioamber/basis_subs.f90

This file was deleted.

Loading

0 comments on commit 7a7b203

Please sign in to comment.