ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#include <boost/archive/text_oarchive.hpp>
#include <boost/archive/text_iarchive.hpp>
#include <boost/archive/binary_oarchive.hpp>
#include <boost/archive/binary_iarchive.hpp>
#include <boost/serialization/std::vector.hpp>
#include <boost/serialization/std::map.hpp>
#include <boost/serialization/set.hpp>
#include <boost/serialization/std::string.hpp>
#include "../../source_base/vector3.h"
#include "../../source_base/abfs-vector3_order.h"
#include "../../source_base/matrix.h"
#include "../../source_base/matrix_wrapper.h"
#include <boost/serialization/collection_traits.hpp>
Go to the source code of this file.
Namespaces | |
namespace | boost |
namespace | boost::serialization |
Functions | |
template<typename Archive , typename T > | |
void | boost::serialization::serialize (Archive &ar, ModuleBase::Vector3< T > &v, const unsigned int version) |
template<typename Archive , typename T > | |
void | boost::serialization::serialize (Archive &ar, Abfs::Vector3_Order< T > &v, const unsigned int version) |
template<typename Archive > | |
void | boost::serialization::save (Archive &ar, const ModuleBase::matrix &m, const unsigned int) |
template<class Archive > | |
void | boost::serialization::load (Archive &ar, ModuleBase::matrix &m, const unsigned int) |
template<class Archive > | |
void | boost::serialization::serialize (Archive &ar, ModuleBase::matrix &m, const unsigned int file_version) |
template<typename Archive > | |
void | boost::serialization::save (Archive &ar, const ModuleBase::Matrix_Wrapper &m, const unsigned int) |
template<class Archive > | |
void | boost::serialization::load (Archive &ar, ModuleBase::Matrix_Wrapper &m, const unsigned int) |
template<class Archive > | |
void | boost::serialization::serialize (Archive &ar, ModuleBase::Matrix_Wrapper &m, const unsigned int file_version) |