MPS-Basic
Loading...
Searching...
No Matches
weight.hpp
Go to the documentation of this file.
1#pragma once
2
3#include "common.hpp"
4
6
15class Weight {
16private:
18
19public:
20 Weight() = default;
22
39 double weightFn(double dis, double re);
40};
Provides a weight function.
Definition weight.hpp:15
WeightType weightType
Definition weight.hpp:17
double weightFn(double dis, double re)
Weight function for MPS method.
Definition weight.cpp:10
Weight()=default
WeightType
Definition weight.hpp:5