Line data Source code
1 : # SPDX-FileCopyrightText: 2025 PairInteraction Developers 2 : # SPDX-License-Identifier: LGPL-3.0-or-later 3 : 4 0 : raise ImportError( 5 : "You likely have recently updated the PairInteraction package from version 0.x.x to a version >= 1.x.x." 6 : "This is a good thing; you can now use the improved performance" 7 : "of the PairInteraction package as well as many new features!" 8 : "However, the new version of the package is not compatible with the old version." 9 : "To fix this, you need to update your code to use the new API." 10 : "You can find examples of using the new API in the following tutorials:\n" 11 : " https://www.pairinteraction.org/pairinteraction/stable/tutorials/tutorials.html\n" 12 : "For the full documentation of the new version, please visit:\n" 13 : " https://www.pairinteraction.org" 14 : )