teqp 0.22.0
|
#include "teqp/cpp/teqpcpp.hpp"
#include "teqp/cpp/deriv_adapter.hpp"
#include "teqp/models/model_potentials/squarewell.hpp"
#include "teqp/models/model_potentials/exp6.hpp"
#include "teqp/models/model_potentials/2center_ljf.hpp"
#include "teqp/models/mie/mie.hpp"
Go to the source code of this file.
Namespaces | |
namespace | teqp |
namespace | teqp::cppinterface |
Functions | |
std::unique_ptr< teqp::cppinterface::AbstractModel > | teqp::cppinterface::make_SW_EspindolaHeredia2009 (const nlohmann::json &spec) |
std::unique_ptr< teqp::cppinterface::AbstractModel > | teqp::cppinterface::make_EXP6_Kataoka1992 (const nlohmann::json &spec) |
std::unique_ptr< teqp::cppinterface::AbstractModel > | teqp::cppinterface::make_Mie_Pohl2023 (const nlohmann::json &spec) |
std::unique_ptr< teqp::cppinterface::AbstractModel > | teqp::cppinterface::make_Mie_Chaparro2023 (const nlohmann::json &spec) |
std::unique_ptr< teqp::cppinterface::AbstractModel > | teqp::cppinterface::make_2CLJF (const nlohmann::json &spec) |
std::unique_ptr< teqp::cppinterface::AbstractModel > | teqp::cppinterface::make_2CLJF_Dipole (const nlohmann::json &spec) |
std::unique_ptr< teqp::cppinterface::AbstractModel > | teqp::cppinterface::make_2CLJF_Quadrupole (const nlohmann::json &spec) |