Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The kernel shut down #11

Open
Hd-Edison opened this issue Aug 22, 2024 · 0 comments
Open

The kernel shut down #11

Hd-Edison opened this issue Aug 22, 2024 · 0 comments

Comments

@Hd-Edison
Copy link

When I tried to run

create simulation environment

freq_env = pt.Environment(
wl=1e-6*np.linspace(1.45, 1.65, 1000),
freqdomain=True
)

with freq_env:
# perform simulation
detected = circuit(source=1) # constant source with amplitude 1

# plot detected power
circuit.plot(detected);
plt.show()

in example 00, my kernel just instantly shut down. My ram is 64 GB, so I don't think the problem is here... I wonder if anybody has the same error with me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant