File tree Expand file tree Collapse file tree 4 files changed +12
-14
lines changed Expand file tree Collapse file tree 4 files changed +12
-14
lines changed Original file line number Diff line number Diff line change 1
1
#--------------------------------------------------------------------------------------------------#
2
2
# hsd-python: package for manipulating HSD-formatted data in Python #
3
- # Copyright (C) 2011 - 2021 DFTB+ developers group
4
- # # BSD 2-clause license.
5
- #
3
+ # Copyright (C) 2011 - 2021 DFTB+ developers group #
4
+ # Licensed under the BSD 2-clause license. #
6
5
#--------------------------------------------------------------------------------------------------#
7
6
#
8
7
"""
Original file line number Diff line number Diff line change 1
- # hsd-python: package for manipulating HSD-formatted data in Python #
2
- # Copyright (C) 2011 - 2021 DFTB+ developers group #
3
- # Licensed under the BSD 2-clause license. #
4
- #------------------------------------------------------------------------------#
1
+ # hsd-python: package for manipulating HSD-formatted data in Python #
2
+ # Copyright (C) 2011 - 2021 DFTB+ developers group #
3
+ # Licensed under the BSD 2-clause license. #
4
+ #-------------------------------------------------------------------------------------------------- #
5
5
#
6
6
"""
7
7
Provides an event based formatter to create HSD dumps
Original file line number Diff line number Diff line change 1
- # hsd-python: package for manipulating HSD-formatted data in Python #
2
- # Copyright (C) 2011 - 2021 DFTB+ developers group #
3
- # Licensed under the BSD 2-clause license. #
4
- #------------------------------------------------------------------------------#
1
+ # hsd-python: package for manipulating HSD-formatted data in Python #
2
+ # Copyright (C) 2011 - 2021 DFTB+ developers group #
3
+ # Licensed under the BSD 2-clause license. #
4
+ #-------------------------------------------------------------------------------------------------- #
5
5
#
6
6
"""
7
7
Provides functionality to dump Python structures to HSD
Original file line number Diff line number Diff line change 1
1
#!/bin/env python3
2
2
#--------------------------------------------------------------------------------------------------#
3
3
# hsd-python: package for manipulating HSD-formatted data in Python #
4
- # Copyright (C) 2011 - 2021 DFTB+ developers group
5
- # # BSD 2-clause license.
6
- #
4
+ # Copyright (C) 2011 - 2021 DFTB+ developers group #
5
+ # Licensed under the BSD 2-clause license. #
7
6
#--------------------------------------------------------------------------------------------------#
8
7
#
9
8
import numpy as np
You can’t perform that action at this time.
0 commit comments