mirror of
https://gitlab.com/scemama/QCaml.git
synced 2025-01-03 01:55:40 +01:00
Added e_shift in ci
This commit is contained in:
parent
a8ed512c93
commit
c0754499a3
@ -35,6 +35,8 @@ let n_states t = t.n_states
|
|||||||
|
|
||||||
let m_H t = Lazy.force t.m_H
|
let m_H t = Lazy.force t.m_H
|
||||||
|
|
||||||
|
let e_shift t = t.e_shift
|
||||||
|
|
||||||
let m_S2 t = Lazy.force t.m_S2
|
let m_S2 t = Lazy.force t.m_S2
|
||||||
|
|
||||||
let eigensystem t = Lazy.force t.eigensystem
|
let eigensystem t = Lazy.force t.eigensystem
|
||||||
|
Loading…
Reference in New Issue
Block a user