Skip to content

Commit

Permalink
Merge pull request #150 from leethomo86/master
Browse files Browse the repository at this point in the history
Binary objects and subroutines
  • Loading branch information
leethomo86 authored Feb 20, 2024
2 parents 00894a6 + eafc94e commit d0b3f88
Show file tree
Hide file tree
Showing 14 changed files with 558 additions and 141 deletions.
23 changes: 23 additions & 0 deletions releaseNotes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Release Notes for MQCPack

This file is meant to document key functionality changes developers
implement within MQCPack and push into our public repositories. Whenever
the list of new/modified/changes features/options becomes meaningful, Hrant
(hhratchian@ucmerced.edu) will update the version numbers. Such version
number updates will be documented here. Note that the minor version number
will often be updated near the start of the month and the revision number
in that case will be set to 0.


February 19, 2024
* MQCPack version set to 24.2.1.
* Top-of-file version text has been updated in all source files.
* LT has added new functionality to the CI matrix element building
procedures.


February 8, 2024
* MQCPack version set to 24.2.0.
* HPH qdded the binary object module, mqc_binary.F03, to the src directory. It
is not yet implemented with the build scripts or other code. That will come
soon.
14 changes: 5 additions & 9 deletions src/mqc_FullWavefunction.F03
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
! A generic linked list object
module MQC_FullWavefunction
!
!
! **********************************************************************
! **********************************************************************
! ** **
! ** The Merced Quantum Chemistry Package **
! ** (MQCPack) **
! ** Development Version **
! ** Based On: **
! ** Development Version 0.1 **
! ** **
! ** **
! ** Written By: **
! ** Lee M. Thompson, Xianghai Sheng, and Hrant P. Hratchian **
! ** **
! ** Lee M. Thompson, Dave Mullaly, Xianghai Sheng, and Hrant P. **
! ** Hratchian **
! ** **
! ** Version 1.0 Completed **
! ** May 1, 2017 **
! ** Version 24.02.1 **
! ** Feburary 19, 2024 **
! ** **
! ** **
! ** Modules beloning to MQCPack: **
Expand Down
12 changes: 4 additions & 8 deletions src/mqc_algebra.F03
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,13 @@ Module MQC_Algebra
! ** **
! ** The Merced Quantum Chemistry Package **
! ** (MQCPack) **
! ** Development Version **
! ** Based On: **
! ** Development Version 0.1 **
! ** **
! ** **
! ** Written By: **
! ** Lee M. Thompson, Xianghai Sheng, and Hrant P. Hratchian **
! ** **
! ** Lee M. Thompson, Dave Mullaly, Xianghai Sheng, and Hrant P. **
! ** Hratchian **
! ** **
! ** Version 1.0 Completed **
! ** May 1, 2017 **
! ** Version 24.02.1 **
! ** Feburary 19, 2024 **
! ** **
! ** **
! ** Modules beloning to MQCPack: **
Expand Down
12 changes: 4 additions & 8 deletions src/mqc_algebra2.F03
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,13 @@ Module MQC_Algebra2
! ** **
! ** The Merced Quantum Chemistry Package **
! ** (MQCPack) **
! ** Development Version **
! ** Based On: **
! ** Development Version 0.1 **
! ** **
! ** **
! ** Written By: **
! ** Lee M. Thompson, Xianghai Sheng, and Hrant P. Hratchian **
! ** **
! ** Lee M. Thompson, Dave Mullaly, Xianghai Sheng, and Hrant P. **
! ** Hratchian **
! ** **
! ** Version 1.0 Completed **
! ** May 1, 2017 **
! ** Version 24.02.1 **
! ** Feburary 19, 2024 **
! ** **
! ** **
! ** Modules beloning to MQCPack: **
Expand Down
Loading

0 comments on commit d0b3f88

Please sign in to comment.