Line data Source code
1 : # SPDX-FileCopyrightText: 2025 Pairinteraction Developers 2 : # SPDX-License-Identifier: LGPL-3.0-or-later 3 : 4 0 : from pairinteraction_gui.page.base_page import SimulationPage 5 : 6 : 7 0 : class C6Page(SimulationPage): 8 : """Page for calculating C6 coefficient.""" 9 : 10 0 : title = "C6" 11 0 : tooltip = "C6"