Loading [MathJax]/jax/output/CommonHTML/jax.js

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
documentation:language_reference:functions:calculaterho [2018/06/21 15:14] – created Simon Heinzedocumentation:language_reference:functions:calculaterho [2024/09/13 11:36] (current) Micheangelo Tagliavini
Line 2: Line 2:
  
 ### ###
-alligned paragraph text+//CalculateRho(H)// computes the density matrix for a given Tight Binding model. 
 ### ###
  
 ===== Input ===== ===== Input =====
  
-  * bla Integer +  * H Tight Binding Object 
-  * bla2 : Real+  * Possible options are: 
 +    * "Nk" List of integers the format {Nx,Ny,Nz} giving the number of Crystal momentum states used to solve the model. If the reciprocal lattice is zero, then Nk is always set to {0,0,0}, independent of the option given (Standard value {40,40,40}) 
 +    * "mu" Real number giving the chemical potential μ. (Standard value 0) 
 +    * "kbT" or "kBT" Positive real number indicating the value of β=kBT for the calculation. (Standard value DBL_EPSILON) 
 +   
  
 ===== Output ===== ===== Output =====
  
-  * bla real+  * ρ Matrix object with size Nx*Ny*Nz*Norbs, where Norbs is the number of defined orbitals per unit cell in the Tight Binding input.  
  
 ===== Example ===== ===== Example =====
Print/export