Skip to content

Need Help?

There are several ways to get help with DeepMIMO:

Built-in Help

Use the built-in help function to get information about any concept:

import deepmimo as dm

# Get help about a specific concept
dm.info('channel_parameters')
dm.info('dataset')

Getting Support

  1. GitHub Issues: For bug reports and feature requests, please use our GitHub Issues page. We actively monitor and respond to issues.

  2. Discussion Forum: For general questions, discussions, and community support, visit our GitHub Discussions page.

Using AI Assistants

When asking AI assistants (like ChatGPT) about DeepMIMO, try to:

  1. Be Specific: Include relevant code snippets and error messages
  2. Provide Context: Mention what you're trying to achieve
  3. Share Parameters: Include your configuration settings

Example prompt:

I'm using DeepMIMO version X.Y.Z and trying to [specific task].
Here's my code:
[code snippet]

I'm getting this error/behavior:
[error message or unexpected behavior]

My channel parameters are:
[parameter settings]

How can I fix/achieve this?

Quick Response Channels

We typically respond within 24-48 hours through: - GitHub Issues for bugs/features - GitHub Discussions for usage questions - Email for security concerns

For urgent matters, please use GitHub Issues and tag them appropriately.