File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -223,12 +223,14 @@ $n$이 클수록 양자진동자는 고전적 진동자와 유사한 양상을
223223### Interactive Visualization of Quantum Oscillator Probability Distributions
224224다음은 내가 직접 작성한 Plotly.js 기반의 반응형 시각화이다. 슬라이더로 $n$값을 조절해 가며 위치 $x$에 대한 고전적인 확률분포 및 $\| \psi_n\| ^2$의 개형을 확인할 수 있다.
225225
226- <div class =" plotly-iframe-container " style =" position : relative ; padding-bottom : 105 % ; overflow : hidden ;" >
226+ <div class =" plotly-iframe-container " style =" position : relative ; height : 850 px ; overflow : hidden ;" >
227227 <iframe id="plotly-iframe"
228228 src="/physics-visualizations/quantum-harmonic-oscillator.html"
229+ title="Quantum Harmonic Oscillator: Probability Density"
229230 style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; overflow:hidden"
230231 allow="fullscreen"
231- scrolling="no">
232+ scrolling="no"
233+ loading="lazy">
232234 </iframe>
233235</div >
234236
You can’t perform that action at this time.
0 commit comments