Home
last modified time | relevance | path

Searched refs:ExternalPotential (Results 1 – 9 of 9) sorted by relevance

/dports/science/py-gpaw/gpaw-21.6.0/gpaw/
H A Dexternal.py31 class ExternalPotential: class
64 class ConstantPotential(ExternalPotential):
81 class ConstantElectricField(ExternalPotential):
120 class ProductPotential(ExternalPotential):
138 class PointChargePotential(ExternalPotential):
236 class CDFTPotential(ExternalPotential):
257 class StepPotentialz(ExternalPotential):
290 class PotentialCollection(ExternalPotential):
/dports/science/qbox/qbox-public-rel1_73_3/src/
H A DExternalPotential.h28 class ExternalPotential
46 ExternalPotential(Sample& s, std::string name, std::string fmt="xml"):
52 ~ExternalPotential() {} in ~ExternalPotential()
H A DSample.h31 class ExternalPotential; variable
43 ExternalPotential* vext;
H A DVext.h57 s->vext = new ExternalPotential(*s,argv[1]); in set()
H A DExternalPotential.cpp37 void ExternalPotential::update(const ChargeDensity& cd) in update()
205 double ExternalPotential::compute_eext(const ChargeDensity& cd) in compute_eext()
H A DMakefile64 ExternalPotential.o ResponseCmd.o \
134 ExternalPotential.o Function3d.o Function3dHandler.o qbox_xmlns.o \
H A DResponseCmd.cpp159 s->vext = new ExternalPotential(*s, filename, fmt); in action()
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/test/ext_potential/
H A Dtest_harmonic.py7 from gpaw.external import ExternalPotential, known_potentials
10 class HarmonicPotential(ExternalPotential):
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/cdft/
H A Dcdft.py10 from gpaw.external import ExternalPotential
672 class CDFTPotential(ExternalPotential):