File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#--------------------------------------------------------------------------------------------------#
22# 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. #
65#--------------------------------------------------------------------------------------------------#
76#
87"""
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+ #-------------------------------------------------------------------------------------------------- #
55#
66"""
77Provides 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+ #-------------------------------------------------------------------------------------------------- #
55#
66"""
77Provides functionality to dump Python structures to HSD
Original file line number Diff line number Diff line change 11#!/bin/env python3
22#--------------------------------------------------------------------------------------------------#
33# 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. #
76#--------------------------------------------------------------------------------------------------#
87#
98import numpy as np
You can’t perform that action at this time.
0 commit comments