Searched refs:complex_functorT (Results 1 – 6 of 6) sorted by relevance
/dports/science/madness/madness-ebb3fd7/src/examples/ |
H A D | vnucso.cc | 78 typedef std::shared_ptr< FunctionFunctorInterface<double_complex,3> > complex_functorT; typedef 316 …u.push_back(complex_factoryT(world).functor(complex_functorT(new Guess( zeta, 0.15, 0, 0, 0))).nof… in doit() 319 …u.push_back(complex_factoryT(world).functor(complex_functorT(new Guess(-zeta, 0.15, 0, 0, 0))).nof… in doit() 322 …u.push_back(complex_factoryT(world).functor(complex_functorT(new Guess( zeta, 0.15, 0, 0, 1))).nof… in doit() 325 …u.push_back(complex_factoryT(world).functor(complex_functorT(new Guess(-zeta, 0.15, 0, 0, 1))).nof… in doit() 336 …u.push_back(complex_factoryT(world).functor(complex_functorT(new Guess( zeta, 0.03, 0, 0, 0))).nof… in doit() 338 …u.push_back(complex_factoryT(world).functor(complex_functorT(new Guess(-zeta, 0.03, 0, 0, 0))).nof… in doit() 341 …v.push_back(complex_factoryT(world).functor(complex_functorT(new Guess( zeta, 0.15, 0, 0, 0))).nof… in doit() 343 …v.push_back(complex_factoryT(world).functor(complex_functorT(new Guess(-zeta, 0.15, 0, 0, 0))).nof… in doit() 357 …v.push_back(complex_factoryT(world).functor(complex_functorT(new Guess( zeta, 0.03, 0, 0, 0))).nof… in doit() [all …]
|
H A D | tdse_example.cc | 61 typedef std::shared_ptr< FunctionFunctorInterface<double_complex,3> > complex_functorT; typedef
|
/dports/science/madness/madness-ebb3fd7/src/apps/nick/ |
H A D | tdse1.cc | 194 typedef std::shared_ptr< FunctionFunctorInterface<double_complex,NDIM> > complex_functorT; typedef
|
/dports/science/madness/madness-ebb3fd7/src/apps/tdse/ |
H A D | tdse4.cc | 73 typedef std::shared_ptr< FunctionFunctorInterface<double_complex,4> > complex_functorT; typedef
|
H A D | tdse.confused.cc | 209 typedef std::shared_ptr< FunctionFunctorInterface<double_complex,3> > complex_functorT; typedef
|
H A D | tdse.cc | 215 typedef std::shared_ptr< FunctionFunctorInterface<double_complex,3> > complex_functorT; typedef
|