Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
forum:data:2019:overcoming_the_limited_logic_of_the_restrictions_option [2019/12/16 09:12] Marius Reteganforum:data:2019:overcoming_the_limited_logic_of_the_restrictions_option [2019/12/17 11:11] (current) Marius Retegan
Line 260: Line 260:
  
 -- Alternative way to get the wavefunctions. -- Alternative way to get the wavefunctions.
-psiList1 = Eigensystem(Hamiltonian_CT, StartRestrictions, Npsi, {{"Restrictions", StartRestrictions}})+psiList1 = Eigensystem(Hamiltonian, StartRestrictions, Npsi, {{"Restrictions", StartRestrictions}})
 psiList1 = Hamiltonian_CT * psiList1 psiList1 = Hamiltonian_CT * psiList1
 Eigensystem(Hamiltonian, psiList1, {{'ExpandBasis', false}}) Eigensystem(Hamiltonian, psiList1, {{'ExpandBasis', false}})
Print/export