SST Lab Dokuwiki Header header picture

ユーザ用ツール

サイト用ツール


info:dacapo

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
次のリビジョン両方とも次のリビジョン
info:dacapo [2018/04/30 10:49] kimiinfo:dacapo [2018/04/30 11:06] – [get_ados] kimi
行 136: 行 136:
 dacapo.run processes. This is used for NEBs parallelized over images. dacapo.run processes. This is used for NEBs parallelized over images.
 ==== get_ados ==== ==== get_ados ====
 +<code python>
 get_ados(self, **kwargs) get_ados(self, **kwargs)
 +</code>
 attempt at maintaining backward compatibility with get_ados attempt at maintaining backward compatibility with get_ados
 returning data returning data
行 143: 行 145:
    
 and calc.get_ados(atoms=[],...) should return data and calc.get_ados(atoms=[],...) should return data
 +
 +==== get_ados_data ====
 +
 +
 get_ados_data(self, atoms, orbitals, cutoff, spin) get_ados_data(self, atoms, orbitals, cutoff, spin)
 get atom projected data get atom projected data
行 167: 行 173:
 returns (egrid, ados) returns (egrid, ados)
 egrid has the fermi level at 0 eV egrid has the fermi level at 0 eV
 +==== get_all_eigenvalues ====
 get_all_eigenvalues(self, spin=0) get_all_eigenvalues(self, spin=0)
 return all the eigenvalues at all the kpoints for a spin. return all the eigenvalues at all the kpoints for a spin.
行 174: 行 181:
   spin : integer   spin : integer
     which spin the eigenvalues are for     which spin the eigenvalues are for
 +==== get_ascii_debug ====
 get_ascii_debug(self) get_ascii_debug(self)
 Return the debug settings in Dacapo Return the debug settings in Dacapo
 +==== get_atoms ====
 get_atoms(self) get_atoms(self)
 return the atoms attached to a calculator() return the atoms attached to a calculator()
 +==== get_bz_k_points ====
 get_bz_k_points(self) get_bz_k_points(self)
 return list of kpoints in the Brillouin zone return list of kpoints in the Brillouin zone
 +==== get_calculate_stress ====
 get_calculate_stress(self) get_calculate_stress(self)
 return whether stress is calculated or not return whether stress is calculated or not
 +==== get_cd ====
 get_cd = get_charge_density(self, spin=0) get_cd = get_charge_density(self, spin=0)
 +==== get_charge_density ====
 get_charge_density(self, spin=0) get_charge_density(self, spin=0)
 return x,y,z,charge density data return x,y,z,charge density data
行 197: 行 210:
   ChargeDensity:Description = "realspace charge density" ;   ChargeDensity:Description = "realspace charge density" ;
           ChargeDensity:unit = "-e/A^3" ;           ChargeDensity:unit = "-e/A^3" ;
 +=== get_charge_mixing ====
 get_charge_mixing(self) get_charge_mixing(self)
 return charge mixing parameters return charge mixing parameters
 +==== get_convergence ====
 get_convergence(self) get_convergence(self)
 return convergence settings for Dacapo return convergence settings for Dacapo
 +==== get_debug ====
 get_debug(self) get_debug(self)
 Return the python logging level Return the python logging level
 +==== get_decoupling ====
 get_decoupling(self) get_decoupling(self)
 return the electrostatic decoupling parameters return the electrostatic decoupling parameters
 +==== get_dipole ====
 get_dipole(self) get_dipole(self)
 return dictionary of parameters if the DipoleCorrection was used return dictionary of parameters if the DipoleCorrection was used
 +==== get_dipole_moment ====
 get_dipole_moment(self, atoms=None) get_dipole_moment(self, atoms=None)
 return dipole moment of unit cell return dipole moment of unit cell
行 241: 行 260:
 minimization algorithms minimization algorithms
 get_electronic_temperature = get_ft(self) get_electronic_temperature = get_ft(self)
 +==== get_electrostatic_potential ====
 get_electrostatic_potential(self, spin=0) get_electrostatic_potential(self, spin=0)
 get electrostatic potential get electrostatic potential
info/dacapo.txt · 最終更新: 2022/08/23 13:34 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki