Skip to content

Commit

Permalink
Prepare codebase for the v0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vanderhe committed Jan 8, 2022
1 parent dedca59 commit 3790ee4
Show file tree
Hide file tree
Showing 28 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Fortnet: A Behler-Parrinello-Neural-Network Implementation
Copyright (C) 2020 - 2021 T. W. van der Heide
Copyright (C) 2020 - 2022 T. W. van der Heide

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the Free
Expand Down
8 changes: 4 additions & 4 deletions doc/recipes/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
author = 'T. W. van der Heide'

# The full version, including alpha/beta/rc tags
release = '0.4'
release = '0.5'


# -- General configuration ---------------------------------------------------
Expand Down Expand Up @@ -61,17 +61,17 @@

# General information about the project.
project = 'Fortnet Recipes'
copyright = '2021, T. W. van der Heide'
copyright = '2022, T. W. van der Heide'
author = 'T. W. van der Heide'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '0.4'
version = '0.5'
# The full version, including alpha/beta/rc tags.
release = '0.4'
release = '0.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion prog/fortnet/lib_analysis/forces.F90
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
!--------------------------------------------------------------------------------------------------!
! FORTNET: A Behler-Parrinello-Neural-Network Implementation !
! Copyright (C) 2020 - 2021 T. W. van der Heide !
! Copyright (C) 2020 - 2022 T. W. van der Heide !
! !
! See the LICENSE file for terms of usage and distribution. !
!--------------------------------------------------------------------------------------------------!
Expand Down
2 changes: 1 addition & 1 deletion prog/fortnet/lib_common/loss.F90
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
!--------------------------------------------------------------------------------------------------!
! FORTNET: A Behler-Parrinello-Neural-Network Implementation !
! Copyright (C) 2020 - 2021 T. W. van der Heide !
! Copyright (C) 2020 - 2022 T. W. van der Heide !
! !
! See the LICENSE file for terms of usage and distribution. !
!--------------------------------------------------------------------------------------------------!
Expand Down
2 changes: 1 addition & 1 deletion prog/fortnet/lib_common/nestedtypes.F90
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
!--------------------------------------------------------------------------------------------------!
! FORTNET: A Behler-Parrinello-Neural-Network Implementation !
! Copyright (C) 2020 - 2021 T. W. van der Heide !
! Copyright (C) 2020 - 2022 T. W. van der Heide !
! !
! See the LICENSE file for terms of usage and distribution. !
!--------------------------------------------------------------------------------------------------!
Expand Down
2 changes: 1 addition & 1 deletion prog/fortnet/lib_common/parallel.F90
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
!--------------------------------------------------------------------------------------------------!
! FORTNET: A Behler-Parrinello-Neural-Network Implementation !
! Copyright (C) 2020 - 2021 T. W. van der Heide !
! Copyright (C) 2020 - 2022 T. W. van der Heide !
! !
! See the LICENSE file for terms of usage and distribution. !
!--------------------------------------------------------------------------------------------------!
Expand Down
2 changes: 1 addition & 1 deletion prog/fortnet/lib_common/random.F90
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
!--------------------------------------------------------------------------------------------------!
! FORTNET: A Behler-Parrinello-Neural-Network Implementation !
! Copyright (C) 2020 - 2021 T. W. van der Heide !
! Copyright (C) 2020 - 2022 T. W. van der Heide !
! !
! See the LICENSE file for terms of usage and distribution. !
!--------------------------------------------------------------------------------------------------!
Expand Down
2 changes: 1 addition & 1 deletion prog/fortnet/lib_common/workarounds.F90
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
!--------------------------------------------------------------------------------------------------!
! FORTNET: A Behler-Parrinello-Neural-Network Implementation !
! Copyright (C) 2020 - 2021 T. W. van der Heide !
! Copyright (C) 2020 - 2022 T. W. van der Heide !
! !
! See the LICENSE file for terms of usage and distribution. !
!--------------------------------------------------------------------------------------------------!
Expand Down
2 changes: 1 addition & 1 deletion prog/fortnet/lib_descriptors/acsf.F90
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
!--------------------------------------------------------------------------------------------------!
! FORTNET: A Behler-Parrinello-Neural-Network Implementation !
! Copyright (C) 2020 - 2021 T. W. van der Heide !
! Copyright (C) 2020 - 2022 T. W. van der Heide !
! !
! See the LICENSE file for terms of usage and distribution. !
!--------------------------------------------------------------------------------------------------!
Expand Down
2 changes: 1 addition & 1 deletion prog/fortnet/lib_dftbp/mpifx.F90
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
!--------------------------------------------------------------------------------------------------!
! FORTNET: A Behler-Parrinello-Neural-Network Implementation !
! Copyright (C) 2020 - 2021 T. W. van der Heide !
! Copyright (C) 2020 - 2022 T. W. van der Heide !
! !
! See the LICENSE file for terms of usage and distribution. !
!--------------------------------------------------------------------------------------------------!
Expand Down
2 changes: 1 addition & 1 deletion prog/fortnet/lib_extlibs/dftbp.F90
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
!--------------------------------------------------------------------------------------------------!
! FORTNET: A Behler-Parrinello-Neural-Network Implementation !
! Copyright (C) 2020 - 2021 T. W. van der Heide !
! Copyright (C) 2020 - 2022 T. W. van der Heide !
! !
! See the LICENSE file for terms of usage and distribution. !
!--------------------------------------------------------------------------------------------------!
Expand Down
2 changes: 1 addition & 1 deletion prog/fortnet/lib_extlibs/mpifx.F90
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
!--------------------------------------------------------------------------------------------------!
! FORTNET: A Behler-Parrinello-Neural-Network Implementation !
! Copyright (C) 2020 - 2021 T. W. van der Heide !
! Copyright (C) 2020 - 2022 T. W. van der Heide !
! !
! See the LICENSE file for terms of usage and distribution. !
!--------------------------------------------------------------------------------------------------!
Expand Down
6 changes: 3 additions & 3 deletions prog/fortnet/lib_fortnet/initprogram.F90
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
!--------------------------------------------------------------------------------------------------!
! FORTNET: A Behler-Parrinello-Neural-Network Implementation !
! Copyright (C) 2020 - 2021 T. W. van der Heide !
! Copyright (C) 2020 - 2022 T. W. van der Heide !
! !
! See the LICENSE file for terms of usage and distribution. !
!--------------------------------------------------------------------------------------------------!
Expand Down Expand Up @@ -261,10 +261,10 @@ module fnet_initprogram


!> program version
character(len=*), parameter :: version = '0.4'
character(len=*), parameter :: version = '0.5'

!> copyright year
integer, parameter :: copyrightYear = 2021
integer, parameter :: copyrightYear = 2022

!> root node name of the input tree
character(len=*), parameter :: rootTag = 'fortnet'
Expand Down
2 changes: 1 addition & 1 deletion prog/fortnet/lib_hdf5fx/hdf5fx.F90
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
!--------------------------------------------------------------------------------------------------!
! FORTNET: A Behler-Parrinello-Neural-Network Implementation !
! Copyright (C) 2020 - 2021 T. W. van der Heide !
! Copyright (C) 2020 - 2022 T. W. van der Heide !
! !
! See the LICENSE file for terms of usage and distribution. !
!--------------------------------------------------------------------------------------------------!
Expand Down
2 changes: 1 addition & 1 deletion prog/fortnet/lib_io/fnetdata.F90
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
!--------------------------------------------------------------------------------------------------!
! FORTNET: A Behler-Parrinello-Neural-Network Implementation !
! Copyright (C) 2020 - 2021 T. W. van der Heide !
! Copyright (C) 2020 - 2022 T. W. van der Heide !
! !
! See the LICENSE file for terms of usage and distribution. !
!--------------------------------------------------------------------------------------------------!
Expand Down
2 changes: 1 addition & 1 deletion prog/fortnet/lib_io/fnetout.F90
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
!--------------------------------------------------------------------------------------------------!
! FORTNET: A Behler-Parrinello-Neural-Network Implementation !
! Copyright (C) 2020 - 2021 T. W. van der Heide !
! Copyright (C) 2020 - 2022 T. W. van der Heide !
! !
! See the LICENSE file for terms of usage and distribution. !
!--------------------------------------------------------------------------------------------------!
Expand Down
2 changes: 1 addition & 1 deletion prog/fortnet/lib_io/iterout.F90
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
!--------------------------------------------------------------------------------------------------!
! FORTNET: A Behler-Parrinello-Neural-Network Implementation !
! Copyright (C) 2020 - 2021 T. W. van der Heide !
! Copyright (C) 2020 - 2022 T. W. van der Heide !
! !
! See the LICENSE file for terms of usage and distribution. !
!--------------------------------------------------------------------------------------------------!
Expand Down
2 changes: 1 addition & 1 deletion prog/fortnet/lib_io/netstat.F90
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
!--------------------------------------------------------------------------------------------------!
! FORTNET: A Behler-Parrinello-Neural-Network Implementation !
! Copyright (C) 2020 - 2021 T. W. van der Heide !
! Copyright (C) 2020 - 2022 T. W. van der Heide !
! !
! See the LICENSE file for terms of usage and distribution. !
!--------------------------------------------------------------------------------------------------!
Expand Down
2 changes: 1 addition & 1 deletion prog/fortnet/lib_nn/bpnn.F90
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
!--------------------------------------------------------------------------------------------------!
! FORTNET: A Behler-Parrinello-Neural-Network Implementation !
! Copyright (C) 2020 - 2021 T. W. van der Heide !
! Copyright (C) 2020 - 2022 T. W. van der Heide !
! !
! See the LICENSE file for terms of usage and distribution. !
!--------------------------------------------------------------------------------------------------!
Expand Down
2 changes: 1 addition & 1 deletion prog/fortnet/lib_nn/layer.F90
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
!--------------------------------------------------------------------------------------------------!
! FORTNET: A Behler-Parrinello-Neural-Network Implementation !
! Copyright (C) 2020 - 2021 T. W. van der Heide !
! Copyright (C) 2020 - 2022 T. W. van der Heide !
! !
! See the LICENSE file for terms of usage and distribution. !
!--------------------------------------------------------------------------------------------------!
Expand Down
2 changes: 1 addition & 1 deletion prog/fortnet/lib_nn/network.F90
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
!--------------------------------------------------------------------------------------------------!
! FORTNET: A Behler-Parrinello-Neural-Network Implementation !
! Copyright (C) 2020 - 2021 T. W. van der Heide !
! Copyright (C) 2020 - 2022 T. W. van der Heide !
! !
! See the LICENSE file for terms of usage and distribution. !
!--------------------------------------------------------------------------------------------------!
Expand Down
2 changes: 1 addition & 1 deletion prog/fortnet/lib_nn/transfer.F90
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
!--------------------------------------------------------------------------------------------------!
! FORTNET: A Behler-Parrinello-Neural-Network Implementation !
! Copyright (C) 2020 - 2021 T. W. van der Heide !
! Copyright (C) 2020 - 2022 T. W. van der Heide !
! !
! See the LICENSE file for terms of usage and distribution. !
!--------------------------------------------------------------------------------------------------!
Expand Down
2 changes: 1 addition & 1 deletion prog/fortnet/lib_optimizers/optimizers.F90
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
!--------------------------------------------------------------------------------------------------!
! FORTNET: A Behler-Parrinello-Neural-Network Implementation !
! Copyright (C) 2020 - 2021 T. W. van der Heide !
! Copyright (C) 2020 - 2022 T. W. van der Heide !
! !
! See the LICENSE file for terms of usage and distribution. !
!--------------------------------------------------------------------------------------------------!
Expand Down
2 changes: 1 addition & 1 deletion prog/fortnet/lib_types/features.F90
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
!--------------------------------------------------------------------------------------------------!
! FORTNET: A Behler-Parrinello-Neural-Network Implementation !
! Copyright (C) 2020 - 2021 T. W. van der Heide !
! Copyright (C) 2020 - 2022 T. W. van der Heide !
! !
! See the LICENSE file for terms of usage and distribution. !
!--------------------------------------------------------------------------------------------------!
Expand Down
2 changes: 1 addition & 1 deletion prog/fortnet/lib_utils/intmanip.F90
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
!--------------------------------------------------------------------------------------------------!
! FORTNET: A Behler-Parrinello-Neural-Network Implementation !
! Copyright (C) 2020 - 2021 T. W. van der Heide !
! Copyright (C) 2020 - 2022 T. W. van der Heide !
! !
! See the LICENSE file for terms of usage and distribution. !
!--------------------------------------------------------------------------------------------------!
Expand Down
2 changes: 1 addition & 1 deletion prog/fortnet/prg_fnet/fortnet.F90
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
!--------------------------------------------------------------------------------------------------!
! FORTNET: A Behler-Parrinello-Neural-Network Implementation !
! Copyright (C) 2020 - 2021 T. W. van der Heide !
! Copyright (C) 2020 - 2022 T. W. van der Heide !
! !
! See the LICENSE file for terms of usage and distribution. !
!--------------------------------------------------------------------------------------------------!
Expand Down
2 changes: 1 addition & 1 deletion test/prog/fortnet/bin/testwithworkdir
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
#------------------------------------------------------------------------------#
# FORTNET: A Behler-Parrinello-Neural-Network Implementation #
# Copyright (C) 2020 - 2021 T. W. van der Heide #
# Copyright (C) 2020 - 2022 T. W. van der Heide #
# #
# See the LICENSE file for terms of usage and distribution. #
#------------------------------------------------------------------------------#
Expand Down
2 changes: 1 addition & 1 deletion test/prog/fortnet/bin/testwithworkdir.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#------------------------------------------------------------------------------#
# FORTNET: A Behler-Parrinello-Neural-Network Implementation #
# Copyright (C) 2020 - 2021 T. W. van der Heide #
# Copyright (C) 2020 - 2022 T. W. van der Heide #
# #
# See the LICENSE file for terms of usage and distribution. #
#------------------------------------------------------------------------------#
Expand Down

0 comments on commit 3790ee4

Please sign in to comment.