Home
last modified time | relevance | path

Searched refs:get_electrostatic_potential (Results 1 – 13 of 13) sorted by relevance

/dports/science/py-gpaw/gpaw-21.6.0/gpaw/test/utilities/
H A Dtest_ewald.py22 e = ewald.get_electrostatic_potential(r, basis, charges,
40 e = ewald.get_electrostatic_potential(r, basis, charges,
55 e = ewald.get_electrostatic_potential(r, basis, charges,
69 e = ewald.get_electrostatic_potential(r, basis, charges,
86 e = ewald.get_electrostatic_potential(r, basis, charges,
100 e = ewald.get_electrostatic_potential(r, basis, charges,
114 e = ewald.get_electrostatic_potential(r, basis, charges,
136 e = ewald.get_electrostatic_potential(r, basis, charges,
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/test/poisson/
H A Dtest_metallic_poisson.py24 phi0 = slab.calc.get_electrostatic_potential()
38 phi02 = calc.get_electrostatic_potential()
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/utilities/
H A Dewald.py88 def get_electrostatic_potential(self, r, r_B, q_B, excludefroml0=None): member in Ewald
144 return Ewald(cell).get_electrostatic_potential(np.zeros(3), np.zeros(3),
H A Dps2ae.py181 def get_electrostatic_potential(self, member in PS2AE
195 v_r = self.calc.get_electrostatic_potential() / Ha
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/test/pw/
H A Dtest_electrostatic_potential.py8 v = calc.get_electrostatic_potential()
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/defects/
H A D__init__.py272 V_neutral = -np.mean(self.pristine.get_electrostatic_potential(),
274 V_charged = -np.mean(self.charged.get_electrostatic_potential(),
343 V_neutral = -np.mean(self.pristine.get_electrostatic_potential(),
345 V_charged = -np.mean(self.charged.get_electrostatic_potential(),
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/test/solvation/
H A Dtest_sjm.py58 elpot = calc.get_electrostatic_potential().mean(0).mean(0)
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/test/generic/
H A Dtest_hydrogen.py60 v = hydrogen.calc.get_electrostatic_potential()
/dports/science/py-ase/ase-3.22.0/ase/visualize/
H A Dmlab.py98 data = calc.get_electrostatic_potential()
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/response/
H A Dgw_bands.py115 vHt_g = self.calc.get_electrostatic_potential()
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/
H A Dhamiltonian.py685 def get_electrostatic_potential(self, dens): member in RealSpaceHamiltonian
H A Dcalculator.py1512 def get_electrostatic_potential(self): member in GPAW
1525 return ham.get_electrostatic_potential(dens) * Ha
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/wavefunctions/
H A Dpw.py2048 def get_electrostatic_potential(self, dens: Density) -> Array3D: member in ReciprocalSpaceHamiltonian