Skip to content

Commit

Permalink
Updated version number to 24.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
hphratchian committed Mar 30, 2024
1 parent 9289cc6 commit 6d7a707
Show file tree
Hide file tree
Showing 14 changed files with 33 additions and 33 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
** |__/ |__/\____ $$$\______/|__/ \_______/\_______|__/ \__/ **
** \__/ **
** **
** The Merced Quantum Chemistry Package **
** (MQCPack) **
** Version 24.2.2 **
** Feburary 19, 2024 **
** The Merced Quantum Chemistry Package **
** (MQCPack) **
** Version 24.3.0 **
** March 29, 2024 **
** **
** **
** Written By: **
Expand Down
4 changes: 2 additions & 2 deletions src/mqc_FullWavefunction.F03
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ module MQC_FullWavefunction
! ** Lee M. Thompson, Dave Mullaly, Xianghai Sheng, and Hrant P. **
! ** Hratchian **
! ** **
! ** Version 24.2.2 **
! ** Feburary 19, 2024 **
! ** Version 24.3.0 **
! ** March 29, 2024 **
! ** **
! ** **
! ** Modules beloning to MQCPack: **
Expand Down
4 changes: 2 additions & 2 deletions src/mqc_algebra.F03
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ Module MQC_Algebra
! ** Lee M. Thompson, Dave Mullaly, Xianghai Sheng, and Hrant P. **
! ** Hratchian **
! ** **
! ** Version 24.2.2 **
! ** Feburary 19, 2024 **
! ** Version 24.3.0 **
! ** March 29, 2024 **
! ** **
! ** **
! ** Modules beloning to MQCPack: **
Expand Down
4 changes: 2 additions & 2 deletions src/mqc_algebra2.F03
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Module MQC_Algebra2
! ** Lee M. Thompson, Dave Mullaly, Xianghai Sheng, and Hrant P. **
! ** Hratchian **
! ** **
! ** Version 24.2.2 **
! ** Feburary 19, 2024 **
! ** Version 24.3.0 **
! ** March 29, 2024 **
! ** **
! ** **
! ** Modules beloning to MQCPack: **
Expand Down
4 changes: 2 additions & 2 deletions src/mqc_binary.F03
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ module MQC_Binary
! ** Lee M. Thompson, Dave Mullaly, Xianghai Sheng, and Hrant P. **
! ** Hratchian **
! ** **
! ** Version 24.2.2 **
! ** Feburary 19, 2024 **
! ** Version 24.3.0 **
! ** March 29, 2024 **
! ** **
! ** **
! ** Modules beloning to MQCPack: **
Expand Down
4 changes: 2 additions & 2 deletions src/mqc_datastructures.F03
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Module MQC_DataStructures
! ** Lee M. Thompson, Dave Mullaly, Xianghai Sheng, and Hrant P. **
! ** Hratchian **
! ** **
! ** Version 24.2.2 **
! ** Feburary 19, 2024 **
! ** Version 24.3.0 **
! ** March 29, 2024 **
! ** **
! ** **
! ** Modules beloning to MQCPack: **
Expand Down
4 changes: 2 additions & 2 deletions src/mqc_est.F03
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Module MQC_EST
! ** Lee M. Thompson, Dave Mullaly, Xianghai Sheng, and Hrant P. **
! ** Hratchian **
! ** **
! ** Version 24.2.2 **
! ** Feburary 19, 2024 **
! ** Version 24.3.0 **
! ** March 29, 2024 **
! ** **
! ** **
! ** Modules beloning to MQCPack: **
Expand Down
4 changes: 2 additions & 2 deletions src/mqc_files.F03
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Module MQC_Files
! ** Lee M. Thompson, Dave Mullaly, Xianghai Sheng, and Hrant P. **
! ** Hratchian **
! ** **
! ** Version 24.2.2 **
! ** Feburary 19, 2024 **
! ** Version 24.3.0 **
! ** March 29, 2024 **
! ** **
! ** **
! ** Modules beloning to MQCPack: **
Expand Down
4 changes: 2 additions & 2 deletions src/mqc_gaussian.F03
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Module MQC_Gaussian
! ** Lee M. Thompson, Dave Mullaly, Xianghai Sheng, and Hrant P. **
! ** Hratchian **
! ** **
! ** Version 24.2.2 **
! ** Feburary 19, 2024 **
! ** Version 24.3.0 **
! ** March 29, 2024 **
! ** **
! ** **
! ** Modules beloning to MQCPack: **
Expand Down
10 changes: 5 additions & 5 deletions src/mqc_general.F03
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Module MQC_General
! ** Lee M. Thompson, Dave Mullaly, Xianghai Sheng, and Hrant P. **
! ** Hratchian **
! ** **
! ** Version 24.2.2 **
! ** Feburary 19, 2024 **
! ** Version 24.3.0 **
! ** March 29, 2024 **
! ** **
! ** **
! ** Modules beloning to MQCPack: **
Expand Down Expand Up @@ -172,9 +172,9 @@ subroutine mqc_version(major,minor,revision,versionString)
character(len=*),OPTIONAL,intent(out)::versionString
!
if(PRESENT(major)) major = 24
if(PRESENT(minor)) minor = 2
if(PRESENT(revision)) revision = 2
if(PRESENT(versionString)) versionString = '24.2.2'
if(PRESENT(minor)) minor = 3
if(PRESENT(revision)) revision = 0
if(PRESENT(versionString)) versionString = '24.3.0'
!
return
end subroutine mqc_version
Expand Down
4 changes: 2 additions & 2 deletions src/mqc_general_lapack.F03
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
! ** Lee M. Thompson, Dave Mullaly, Xianghai Sheng, and Hrant P. **
! ** Hratchian **
! ** **
! ** Version 24.2.2 **
! ** Feburary 19, 2024 **
! ** Version 24.3.0 **
! ** March 29, 2024 **
! ** **
! ** **
! ** Modules beloning to MQCPack: **
Expand Down
4 changes: 2 additions & 2 deletions src/mqc_interface.F03
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
! ** Lee M. Thompson, Dave Mullaly, Xianghai Sheng, and Hrant P. **
! ** Hratchian **
! ** **
! ** Version 24.2.2 **
! ** Feburary 19, 2024 **
! ** Version 24.3.0 **
! ** March 29, 2024 **
! ** **
! ** **
! ** Modules beloning to MQCPack: **
Expand Down
4 changes: 2 additions & 2 deletions src/mqc_matwrapper.F03
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Module MQC_MatWrapper
! ** Lee M. Thompson, Dave Mullaly, Xianghai Sheng, and Hrant P. **
! ** Hratchian **
! ** **
! ** Version 24.2.2 **
! ** Feburary 19, 2024 **
! ** Version 24.3.0 **
! ** March 29, 2024 **
! ** **
! ** **
! ** Modules beloning to MQCPack: **
Expand Down
4 changes: 2 additions & 2 deletions src/mqc_molecule.F03
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Module MQC_Molecule
! ** Lee M. Thompson, Dave Mullaly, Xianghai Sheng, and Hrant P. **
! ** Hratchian **
! ** **
! ** Version 24.2.2 **
! ** Feburary 19, 2024 **
! ** Version 24.3.0 **
! ** March 29, 2024 **
! ** **
! ** **
! ** Modules beloning to MQCPack: **
Expand Down

0 comments on commit 6d7a707

Please sign in to comment.