qojulia / QuantumOptics.jl-documentation

Documentation for QuantumOptics.jl
http://qojulia.org
15 stars 10 forks source link

A few issues in time-depedent ops docs #13

Closed amilsted closed 1 month ago

amilsted commented 1 year ago

https://docs.qojulia.org/timeevolution/timedependent-problems/ has examples that appear to be rendered incorrectly. Also I erroneously wrote "in code" prior to a latex formula.

amilsted commented 1 year ago

Also, docstring were not properly pulled in: https://docs.qojulia.org/api/#API:-Quantum-objects-types Links to those elements are broken, probably for the same reason.

Lightup1 commented 1 year ago

In TimeDepedentSum(1.0=>H_static, cos=>H_drive1, t->10.0 * sin(5*t)=>H_drive2), TimeDepedentSum should be TimeDependentSum and t->10.0 * sin(5*t)=>H_drive2 should be (t->10.0 * sin(5*t))=>H_drive2