diff --git a/misc/dtrj_lifetimes/plot_lifetimes.py b/misc/dtrj_lifetimes/plot_lifetimes.py new file mode 100644 index 00000000..c3521ecc --- /dev/null +++ b/misc/dtrj_lifetimes/plot_lifetimes.py @@ -0,0 +1,25 @@ +#!/usr/bin/env python3 + +# This file is part of MDTools. +# Copyright (C) 2021-2023 The MDTools Development Team and all +# contributors listed in the file AUTHORS.rst +# +# MDTools is free software: you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by the +# Free Software Foundation, either version 3 of the License, or (at your +# option) any later version. +# +# MDTools is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +# for more details. +# +# You should have received a copy of the GNU General Public License +# along with MDTools. If not, see . + + +""" +Plot the lifetimes generated by +:mod:`misc.dtrj_lifetimes.compare_dtrj_lifetime_methods` for a given set +of lifetime distributions. +"""