answersLogoWhite

0

Hallucinogens are typically divided into three classes: psychedelics, dissociatives, and deliriants. Note that some substances are difficult to classify and may be included in more than one class.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What animal classes are closely related to any of the fish classes?

swimming


What is something pictured in your mind called?

You can call it a mental image if you are awake, or a dream if you are asleep. If you get this kind of vivid picture while you are in the process of waking or falling asleep, you might call it a hypnopompic or hypnagogic hallucination. Otherwise, it could be called an hallucination if it is connected with some pathological or drug related cause.


What is different between illusion and hallucination?

Hallucination means thinking about a object which has no real existence whereas illusion means getting wrong perception about a object which has a real existence.Hallucination is not real whereas illusion is real but which is related to mind problem.Man who has psychological problem can face hallucination whereas illusion just create from odd environment.Thinking about a ghost is hallucination whereas thinking a rope as a snake in a dark night is illusioin-khairul alam rasel (01915844846)student of Universuity of DhakaDepartment of Marketing(14th batch)


What are some classes that are related to Botany?

Science, Chemistry, and Agriculture classes relate to the subject of Botany.


What is the group of related classes?

its phylum! (probably)


Which usually has within it a number of related classes?

Order


What is a group of closely related classes in a kingdom called?

A group of closely related classes in a kingdom is called a phylum. It is a taxonomic rank below kingdom and above class.


What are some related classes of fasion phtography?

modeling and acting


What is a group of closely related classes called?

its called a phylum


A group of closely related classes is a?

Phylum


What are the spectral classes?

See related link for a full explanation.


What is package and how is different from packaging?

A Package refers to the grouping of related Classes together. If you create a group of classes related to soccer, then all classes can be stored in the soccer package.Accessing a particular class then would be like asking the program to go to the soccer package and find the class related to offside.// Example codeimport soccer.offside;// To import all classes of a package use an asterisk *import soccer.*;