MPS-Basic
Loading...
Searching...
No Matches
mps_factory.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
input.hpp
"
// Assuming Input and other necessary headers are included
4
#include "
mps.hpp
"
// The MPS class
5
6
class
MPSFactory
{
7
public
:
8
static
MPS
create
(
const
Input
& input);
9
};
MPSFactory
Definition
mps_factory.hpp:6
MPSFactory::create
static MPS create(const Input &input)
Definition
mps_factory.cpp:11
MPS
MPS simulation class.
Definition
mps.hpp:25
input.hpp
mps.hpp
Input
Represents the input data for MPS simulation.
Definition
input.hpp:12
src
mps_factory.hpp
Generated by
1.12.0